public static interface GetDeviceFleetReportResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceFleetReportResponse.Builder,GetDeviceFleetReportResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeviceFleetReportResponse.Builder deviceFleetArn(String deviceFleetArn)
The Amazon Resource Name (ARN) of the device.
deviceFleetArn - The Amazon Resource Name (ARN) of the device.GetDeviceFleetReportResponse.Builder deviceFleetName(String deviceFleetName)
The name of the fleet.
deviceFleetName - The name of the fleet.GetDeviceFleetReportResponse.Builder outputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
outputConfig - The output configuration for storing sample data collected by the fleet.default GetDeviceFleetReportResponse.Builder outputConfig(Consumer<EdgeOutputConfig.Builder> outputConfig)
The output configuration for storing sample data collected by the fleet.
This is a convenience that creates an instance of theEdgeOutputConfig.Builder avoiding the need to
create one manually via EdgeOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputConfig(EdgeOutputConfig).outputConfig - a consumer that will call methods on EdgeOutputConfig.BuilderoutputConfig(EdgeOutputConfig)GetDeviceFleetReportResponse.Builder description(String description)
Description of the fleet.
description - Description of the fleet.GetDeviceFleetReportResponse.Builder reportGenerated(Instant reportGenerated)
Timestamp of when the report was generated.
reportGenerated - Timestamp of when the report was generated.GetDeviceFleetReportResponse.Builder deviceStats(DeviceStats deviceStats)
Status of devices.
deviceStats - Status of devices.default GetDeviceFleetReportResponse.Builder deviceStats(Consumer<DeviceStats.Builder> deviceStats)
Status of devices.
This is a convenience that creates an instance of theDeviceStats.Builder avoiding the need to create
one manually via DeviceStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to deviceStats(DeviceStats).deviceStats - a consumer that will call methods on DeviceStats.BuilderdeviceStats(DeviceStats)GetDeviceFleetReportResponse.Builder agentVersions(Collection<AgentVersion> agentVersions)
The versions of Edge Manager agent deployed on the fleet.
agentVersions - The versions of Edge Manager agent deployed on the fleet.GetDeviceFleetReportResponse.Builder agentVersions(AgentVersion... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
agentVersions - The versions of Edge Manager agent deployed on the fleet.GetDeviceFleetReportResponse.Builder agentVersions(Consumer<AgentVersion.Builder>... agentVersions)
The versions of Edge Manager agent deployed on the fleet.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #agentVersions(List) .agentVersions - a consumer that will call methods on List.Builder #agentVersions(List) GetDeviceFleetReportResponse.Builder modelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
modelStats - Status of model on device.GetDeviceFleetReportResponse.Builder modelStats(EdgeModelStat... modelStats)
Status of model on device.
modelStats - Status of model on device.GetDeviceFleetReportResponse.Builder modelStats(Consumer<EdgeModelStat.Builder>... modelStats)
Status of model on device.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #modelStats(List) .modelStats - a consumer that will call methods on List.Builder #modelStats(List) Copyright © 2022. All rights reserved.