CustomModelDeploymentUpdateDetails
Details about an update to a custom model deployment, including the new custom model resource ARN and current update status.
Contents
- modelArn
-
ARN of the new custom model being deployed as part of the update.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1011.
Pattern:
arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/((imported)|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}))(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}))Required: Yes
- updateStatus
-
Current status of the deployment update.
Type: String
Valid Values:
Updating | UpdateCompleted | UpdateFailedRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: