BatchDescribeModelPackageSummary
Provides summary information about the model package.
Contents
- CreationTime
-
The creation time of the mortgage package summary.
Type: Timestamp
Required: Yes
- InferenceSpecification
-
Defines how to perform inference generation after a training job is run.
Type: InferenceSpecification object
Required: Yes
- ModelPackageArn
-
The Amazon Resource Name (ARN) of the model package.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-package/[\S]{1,2048}$
Required: Yes
- ModelPackageGroupName
-
The group name for the model package
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
- ModelPackageStatus
-
The status of the mortgage package.
Type: String
Valid Values:
Pending | InProgress | Completed | Failed | Deleting
Required: Yes
- ModelApprovalStatus
-
The approval status of the model.
Type: String
Valid Values:
Approved | Rejected | PendingManualApproval
Required: No
- ModelPackageDescription
-
The description of the model package.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*
Required: No
- ModelPackageVersion
-
The version number of a versioned model.
Type: Integer
Valid Range: Minimum value of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: