public static interface SendHeartbeatRequest.Builder extends SagemakerEdgeRequest.Builder, SdkPojo, CopyableBuilder<SendHeartbeatRequest.Builder,SendHeartbeatRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendHeartbeatRequest.Builder agentMetrics(Collection<EdgeMetric> agentMetrics)
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
agentMetrics - For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.SendHeartbeatRequest.Builder agentMetrics(EdgeMetric... agentMetrics)
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
agentMetrics - For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.SendHeartbeatRequest.Builder agentMetrics(Consumer<EdgeMetric.Builder>... agentMetrics)
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
This is a convenience method that creates an instance of theEdgeMetric.Builder avoiding the need to create
one manually via EdgeMetric.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #agentMetrics(List.
agentMetrics - a consumer that will call methods on
EdgeMetric.Builder#agentMetrics(java.util.Collection) SendHeartbeatRequest.Builder models(Collection<Model> models)
Returns a list of models deployed on the the device.
models - Returns a list of models deployed on the the device.SendHeartbeatRequest.Builder models(Model... models)
Returns a list of models deployed on the the device.
models - Returns a list of models deployed on the the device.SendHeartbeatRequest.Builder models(Consumer<Model.Builder>... models)
Returns a list of models deployed on the the device.
This is a convenience method that creates an instance of theModel.Builder avoiding the need to create one
manually via Model.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #models(List.
models - a consumer that will call methods on
Model.Builder#models(java.util.Collection) SendHeartbeatRequest.Builder agentVersion(String agentVersion)
Returns the version of the agent.
agentVersion - Returns the version of the agent.SendHeartbeatRequest.Builder deviceName(String deviceName)
The unique name of the device.
deviceName - The unique name of the device.SendHeartbeatRequest.Builder deviceFleetName(String deviceFleetName)
The name of the fleet that the device belongs to.
deviceFleetName - The name of the fleet that the device belongs to.SendHeartbeatRequest.Builder deploymentResult(DeploymentResult deploymentResult)
Returns the result of a deployment on the device.
deploymentResult - Returns the result of a deployment on the device.default SendHeartbeatRequest.Builder deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
Returns the result of a deployment on the device.
This is a convenience method that creates an instance of theDeploymentResult.Builder avoiding the
need to create one manually via DeploymentResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deploymentResult(DeploymentResult).
deploymentResult - a consumer that will call methods on DeploymentResult.BuilderdeploymentResult(DeploymentResult)SendHeartbeatRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendHeartbeatRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.