ModelCopyJobSummary
Contains details about each model copy job.
This data type is used in the following API operations:
Contents
- creationTime
-
The time that the model copy job was created.
Type: Timestamp
Required: Yes
- jobArn
-
The Amazon Resoource Name (ARN) of the model copy job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1011.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-copy-job/[a-z0-9]{12}$
Required: Yes
- sourceAccountId
-
The unique identifier of the account that the model being copied originated from.
Type: String
Pattern:
^[0-9]{12}$
Required: Yes
- sourceModelArn
-
The Amazon Resource Name (ARN) of the original model being copied.
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/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[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
- status
-
The status of the model copy job.
Type: String
Valid Values:
InProgress | Completed | Failed
Required: Yes
- targetModelArn
-
The Amazon Resource Name (ARN) of the copied model.
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/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}/[a-z0-9]{12}$
Required: Yes
- failureMessage
-
If a model fails to be copied, a message describing why the job failed is included here.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- sourceModelName
-
The name of the original model being copied.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^([0-9a-zA-Z][_-]?){1,63}$
Required: No
- targetModelKmsKeyArn
-
The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$
Required: No
- targetModelName
-
The name of the copied model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^([0-9a-zA-Z][_-]?){1,63}$
Required: No
- targetModelTags
-
Tags associated with the copied model.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 200 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: