EdgePackagingJobSummary
Summary of edge packaging job.
Contents
- EdgePackagingJobArn
-
The Amazon Resource Name (ARN) of the edge packaging job.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z\-]*:\d{12}:edge-packaging-job/?[a-zA-Z_0-9+=,.@\-_/]+$
Required: Yes
- EdgePackagingJobName
-
The name of the edge packaging 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
- EdgePackagingJobStatus
-
The status of the edge packaging job.
Type: String
Valid Values:
STARTING | INPROGRESS | COMPLETED | FAILED | STOPPING | STOPPED
Required: Yes
- CompilationJobName
-
The name of the SageMaker Neo compilation 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: No
- CreationTime
-
The timestamp of when the job was created.
Type: Timestamp
Required: No
- LastModifiedTime
-
The timestamp of when the edge packaging job was last updated.
Type: Timestamp
Required: No
- ModelName
-
The name of the model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: No
- ModelVersion
-
The version of the model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 30.
Pattern:
[a-zA-Z0-9\ \_\.]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: