CustomModelDeploymentUpdateDetails¶
Structure Class¶
CustomModelDeploymentUpdateDetails
dataclass
¶
Details about an update to a custom model deployment, including the new custom model resource ARN and current update status.
Attributes¶
model_arn
instance-attribute
¶
model_arn: str
ARN of the new custom model being deployed as part of the update.
update_status
instance-attribute
¶
update_status: CustomModelDeploymentUpdateStatus
Current status of the deployment update.