ModelImportJobSummary
Information about the import job.
Contents
- creationTime
-
The time import job was created.
Type: Timestamp
Required: Yes
- jobArn
-
The Amazon Resource Name (ARN) of the import 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-import-job/[a-z0-9]{12}$
Required: Yes
- jobName
-
The name of the import job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9\+\-\.])*$
Required: Yes
- status
-
The status of the imported job.
Type: String
Valid Values:
InProgress | Completed | Failed
Required: Yes
- endTime
-
The time when import job ended.
Type: Timestamp
Required: No
- importedModelArn
-
The Amazon resource Name (ARN) of the imported 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}:imported-model/[a-z0-9]{12}$
Required: No
- importedModelName
-
The name of the imported model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^([0-9a-zA-Z][_-]?)+$
Required: No
- lastModifiedTime
-
The time when the import job was last modified.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: