ModelPackagingDescription
Information about a model packaging job. For more information, see DescribeModelPackagingJob.
Contents
- CreationTimestamp
-
The Unix timestamp for the time and date that the model packaging job was created.
Type: Timestamp
Required: No
- JobName
-
The name of the model packaging job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9-]+
Required: No
- LastUpdatedTimestamp
-
The Unix timestamp for the time and date that the model packaging job was last updated.
Type: Timestamp
Required: No
- ModelPackagingConfiguration
-
The configuration information used in the model packaging job.
Type: ModelPackagingConfiguration object
Required: No
- ModelPackagingJobDescription
-
The description for the model packaging job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9-_. ()':,;?]+
Required: No
- ModelPackagingMethod
-
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^[a-zA-Z0-9]+
Required: No
- ModelPackagingOutputDetails
-
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
Type: ModelPackagingOutputDetails object
Required: No
- ModelVersion
-
The version of the model used in the model packaging job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
([1-9][0-9]*|latest)
Required: No
- ProjectName
-
The name of the project that's associated with a model that's in the model package.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_\-]*
Required: No
- Status
-
The status of the model packaging job.
Type: String
Valid Values:
CREATED | RUNNING | SUCCEEDED | FAILED
Required: No
- StatusMessage
-
The status message for the model packaging job.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: