CustomModelDeploymentSummary¶
Structure Class¶
CustomModelDeploymentSummary
dataclass
¶
Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The date and time when the custom model deployment was created.
custom_model_deployment_arn
instance-attribute
¶
custom_model_deployment_arn: str
The Amazon Resource Name (ARN) of the custom model deployment.
custom_model_deployment_name
instance-attribute
¶
custom_model_deployment_name: str
The name of the custom model deployment.
failure_message
class-attribute
instance-attribute
¶
failure_message: str | None = None
If the deployment status is FAILED, this field contains a message
describing the failure reason.
last_updated_at
class-attribute
instance-attribute
¶
last_updated_at: datetime | None = None
The date and time when the custom model deployment was last modified.
model_arn
instance-attribute
¶
model_arn: str
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
status
instance-attribute
¶
status: CustomModelDeploymentStatus
The status of the custom model deployment. Possible values are
CREATING, ACTIVE, and FAILED.