String modelHandle
The unique handle of the model.
String modelName
The name of the model.
String modelVersion
The version of the model.
String desiredState
The desired state of the model.
String state
Returns the current state of the model.
String status
Returns the deployment status of the model.
String statusReason
Returns the error message for the deployment status result.
String rollbackFailureReason
Returns the error message if there is a rollback.
String deploymentName
The name and unique ID of the deployment.
String deploymentStatus
Returns the bucket error code.
String deploymentStatusMessage
Returns the detailed error message.
Date deploymentStartTime
The timestamp of when the deployment was started on the agent.
Date deploymentEndTime
The timestamp of when the deployment was ended, and the agent got the deployment results.
List<E> deploymentModels
Returns a list of models deployed on the agent.
String deploymentName
The name and unique ID of the deployment.
String type
The type of the deployment.
String failureHandlingPolicy
Determines whether to rollback to previous configuration if deployment fails.
List<E> definitions
Returns a list of Definition objects.
String modelName
The name of the model.
String modelVersion
The version of the model.
Date latestSampleTime
The timestamp of the last data sample taken.
Date latestInference
The timestamp of the last inference that was made.
List<E> modelMetrics
Information required for model metrics.
List<E> agentMetrics
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
List<E> models
Returns a list of models deployed on the the device.
String agentVersion
Returns the version of the agent.
String deviceName
The unique name of the device.
String deviceFleetName
The name of the fleet that the device belongs to.
DeploymentResult deploymentResult
Returns the result of a deployment on the device.
Copyright © 2024. All rights reserved.