CustomModelDeploymentSummary
Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.
Types
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the custom model deployment.
Link copied to clipboard
The name of the custom model deployment.
Link copied to clipboard
If the deployment status is FAILED
, this field contains a message describing the failure reason.
Link copied to clipboard
The date and time when the custom model deployment was last modified.
Link copied to clipboard
The status of the custom model deployment. Possible values are CREATING
, ACTIVE
, and FAILED
.
Functions
Link copied to clipboard
inline fun copy(block: CustomModelDeploymentSummary.Builder.() -> Unit = {}): CustomModelDeploymentSummary