ModelCardExportJobSummary
The summary of the Amazon SageMaker Model Card export job.
Contents
- CreatedAt
-
The date and time that the model card export job was created.
Type: Timestamp
Required: Yes
- LastModifiedAt
-
The date and time that the model card export job was last modified..
Type: Timestamp
Required: Yes
- ModelCardExportJobArn
-
The Amazon Resource Name (ARN) of the model card export job.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- ModelCardExportJobName
-
The name of the model card export job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- ModelCardName
-
The name of the model card that the export job exports.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- ModelCardVersion
-
The version of the model card that the export job exports.
Type: Integer
Required: Yes
- Status
-
The completion status of the model card export job.
Type: String
Valid Values:
InProgress | Completed | Failed
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: