| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceFleetReportResult |
AmazonSageMakerClient.getDeviceFleetReport(GetDeviceFleetReportRequest request)
Describes a fleet.
|
GetDeviceFleetReportResult |
AbstractAmazonSageMaker.getDeviceFleetReport(GetDeviceFleetReportRequest request) |
GetDeviceFleetReportResult |
AmazonSageMaker.getDeviceFleetReport(GetDeviceFleetReportRequest getDeviceFleetReportRequest)
Describes a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceFleetReportResult> |
AmazonSageMakerAsyncClient.getDeviceFleetReportAsync(GetDeviceFleetReportRequest request,
AsyncHandler<GetDeviceFleetReportRequest,GetDeviceFleetReportResult> asyncHandler) |
Future<GetDeviceFleetReportResult> |
AbstractAmazonSageMakerAsync.getDeviceFleetReportAsync(GetDeviceFleetReportRequest request,
AsyncHandler<GetDeviceFleetReportRequest,GetDeviceFleetReportResult> asyncHandler) |
Future<GetDeviceFleetReportResult> |
AmazonSageMakerAsync.getDeviceFleetReportAsync(GetDeviceFleetReportRequest getDeviceFleetReportRequest,
AsyncHandler<GetDeviceFleetReportRequest,GetDeviceFleetReportResult> asyncHandler)
Describes a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.clone() |
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withAgentVersions(AgentVersion... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withAgentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withDescription(String description)
Description of the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withDeviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withDeviceFleetName(String deviceFleetName)
The name of the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withDeviceStats(DeviceStats deviceStats)
Status of devices.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withModelStats(EdgeModelStat... modelStats)
Status of model on device.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withReportGenerated(Date reportGenerated)
Timestamp of when the report was generated.
|
Copyright © 2024. All rights reserved.