Struct aws_sdk_sagemaker::operation::get_device_fleet_report::builders::GetDeviceFleetReportOutputBuilder
source · #[non_exhaustive]pub struct GetDeviceFleetReportOutputBuilder { /* private fields */ }
Expand description
A builder for GetDeviceFleetReportOutput
.
Implementations§
source§impl GetDeviceFleetReportOutputBuilder
impl GetDeviceFleetReportOutputBuilder
sourcepub fn device_fleet_arn(self, input: impl Into<String>) -> Self
pub fn device_fleet_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the device.
This field is required.sourcepub fn set_device_fleet_arn(self, input: Option<String>) -> Self
pub fn set_device_fleet_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the device.
sourcepub fn get_device_fleet_arn(&self) -> &Option<String>
pub fn get_device_fleet_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the device.
sourcepub fn device_fleet_name(self, input: impl Into<String>) -> Self
pub fn device_fleet_name(self, input: impl Into<String>) -> Self
The name of the fleet.
This field is required.sourcepub fn set_device_fleet_name(self, input: Option<String>) -> Self
pub fn set_device_fleet_name(self, input: Option<String>) -> Self
The name of the fleet.
sourcepub fn get_device_fleet_name(&self) -> &Option<String>
pub fn get_device_fleet_name(&self) -> &Option<String>
The name of the fleet.
sourcepub fn output_config(self, input: EdgeOutputConfig) -> Self
pub fn output_config(self, input: EdgeOutputConfig) -> Self
The output configuration for storing sample data collected by the fleet.
sourcepub fn set_output_config(self, input: Option<EdgeOutputConfig>) -> Self
pub fn set_output_config(self, input: Option<EdgeOutputConfig>) -> Self
The output configuration for storing sample data collected by the fleet.
sourcepub fn get_output_config(&self) -> &Option<EdgeOutputConfig>
pub fn get_output_config(&self) -> &Option<EdgeOutputConfig>
The output configuration for storing sample data collected by the fleet.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
Description of the fleet.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
Description of the fleet.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
Description of the fleet.
sourcepub fn report_generated(self, input: DateTime) -> Self
pub fn report_generated(self, input: DateTime) -> Self
Timestamp of when the report was generated.
sourcepub fn set_report_generated(self, input: Option<DateTime>) -> Self
pub fn set_report_generated(self, input: Option<DateTime>) -> Self
Timestamp of when the report was generated.
sourcepub fn get_report_generated(&self) -> &Option<DateTime>
pub fn get_report_generated(&self) -> &Option<DateTime>
Timestamp of when the report was generated.
sourcepub fn device_stats(self, input: DeviceStats) -> Self
pub fn device_stats(self, input: DeviceStats) -> Self
Status of devices.
sourcepub fn set_device_stats(self, input: Option<DeviceStats>) -> Self
pub fn set_device_stats(self, input: Option<DeviceStats>) -> Self
Status of devices.
sourcepub fn get_device_stats(&self) -> &Option<DeviceStats>
pub fn get_device_stats(&self) -> &Option<DeviceStats>
Status of devices.
sourcepub fn agent_versions(self, input: AgentVersion) -> Self
pub fn agent_versions(self, input: AgentVersion) -> Self
Appends an item to agent_versions
.
To override the contents of this collection use set_agent_versions
.
The versions of Edge Manager agent deployed on the fleet.
sourcepub fn set_agent_versions(self, input: Option<Vec<AgentVersion>>) -> Self
pub fn set_agent_versions(self, input: Option<Vec<AgentVersion>>) -> Self
The versions of Edge Manager agent deployed on the fleet.
sourcepub fn get_agent_versions(&self) -> &Option<Vec<AgentVersion>>
pub fn get_agent_versions(&self) -> &Option<Vec<AgentVersion>>
The versions of Edge Manager agent deployed on the fleet.
sourcepub fn model_stats(self, input: EdgeModelStat) -> Self
pub fn model_stats(self, input: EdgeModelStat) -> Self
Appends an item to model_stats
.
To override the contents of this collection use set_model_stats
.
Status of model on device.
sourcepub fn set_model_stats(self, input: Option<Vec<EdgeModelStat>>) -> Self
pub fn set_model_stats(self, input: Option<Vec<EdgeModelStat>>) -> Self
Status of model on device.
sourcepub fn get_model_stats(&self) -> &Option<Vec<EdgeModelStat>>
pub fn get_model_stats(&self) -> &Option<Vec<EdgeModelStat>>
Status of model on device.
sourcepub fn build(self) -> GetDeviceFleetReportOutput
pub fn build(self) -> GetDeviceFleetReportOutput
Consumes the builder and constructs a GetDeviceFleetReportOutput
.
Trait Implementations§
source§impl Clone for GetDeviceFleetReportOutputBuilder
impl Clone for GetDeviceFleetReportOutputBuilder
source§fn clone(&self) -> GetDeviceFleetReportOutputBuilder
fn clone(&self) -> GetDeviceFleetReportOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetDeviceFleetReportOutputBuilder
impl Default for GetDeviceFleetReportOutputBuilder
source§fn default() -> GetDeviceFleetReportOutputBuilder
fn default() -> GetDeviceFleetReportOutputBuilder
source§impl PartialEq for GetDeviceFleetReportOutputBuilder
impl PartialEq for GetDeviceFleetReportOutputBuilder
source§fn eq(&self, other: &GetDeviceFleetReportOutputBuilder) -> bool
fn eq(&self, other: &GetDeviceFleetReportOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDeviceFleetReportOutputBuilder
Auto Trait Implementations§
impl Freeze for GetDeviceFleetReportOutputBuilder
impl RefUnwindSafe for GetDeviceFleetReportOutputBuilder
impl Send for GetDeviceFleetReportOutputBuilder
impl Sync for GetDeviceFleetReportOutputBuilder
impl Unpin for GetDeviceFleetReportOutputBuilder
impl UnwindSafe for GetDeviceFleetReportOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more