Struct aws_sdk_sagemaker::output::GetDeviceFleetReportOutput [−][src]
#[non_exhaustive]pub struct GetDeviceFleetReportOutput {
pub device_fleet_arn: Option<String>,
pub device_fleet_name: Option<String>,
pub output_config: Option<EdgeOutputConfig>,
pub description: Option<String>,
pub report_generated: Option<Instant>,
pub device_stats: Option<DeviceStats>,
pub agent_versions: Option<Vec<AgentVersion>>,
pub model_stats: Option<Vec<EdgeModelStat>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.device_fleet_arn: Option<String>
The Amazon Resource Name (ARN) of the device.
device_fleet_name: Option<String>
The name of the fleet.
output_config: Option<EdgeOutputConfig>
The output configuration for storing sample data collected by the fleet.
description: Option<String>
Description of the fleet.
report_generated: Option<Instant>
Timestamp of when the report was generated.
device_stats: Option<DeviceStats>
Status of devices.
agent_versions: Option<Vec<AgentVersion>>
The versions of Edge Manager agent deployed on the fleet.
model_stats: Option<Vec<EdgeModelStat>>
Status of model on device.
Implementations
The Amazon Resource Name (ARN) of the device.
The name of the fleet.
The output configuration for storing sample data collected by the fleet.
Description of the fleet.
Timestamp of when the report was generated.
Status of devices.
The versions of Edge Manager agent deployed on the fleet.
Status of model on device.
Creates a new builder-style object to manufacture GetDeviceFleetReportOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetDeviceFleetReportOutput
impl Send for GetDeviceFleetReportOutput
impl Sync for GetDeviceFleetReportOutput
impl Unpin for GetDeviceFleetReportOutput
impl UnwindSafe for GetDeviceFleetReportOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more