public static interface ModelPackagingJobMetadata.Builder extends SdkPojo, CopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>
| Modifier and Type | Method and Description |
|---|---|
ModelPackagingJobMetadata.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the model packaging job was created.
|
ModelPackagingJobMetadata.Builder |
jobName(String jobName)
The name of the model packaging job.
|
ModelPackagingJobMetadata.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the time and date that the model packaging job was last updated.
|
ModelPackagingJobMetadata.Builder |
modelPackagingJobDescription(String modelPackagingJobDescription)
The description for the model packaging job.
|
ModelPackagingJobMetadata.Builder |
modelPackagingMethod(String modelPackagingMethod)
The AWS service used to package the job.
|
ModelPackagingJobMetadata.Builder |
modelVersion(String modelVersion)
The version of the model that is in the model package.
|
ModelPackagingJobMetadata.Builder |
projectName(String projectName)
The project that contains the model that is in the model package.
|
ModelPackagingJobMetadata.Builder |
status(ModelPackagingJobStatus status)
The status of the model packaging job.
|
ModelPackagingJobMetadata.Builder |
status(String status)
The status of the model packaging job.
|
ModelPackagingJobMetadata.Builder |
statusMessage(String statusMessage)
The status message for the model packaging job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackagingJobMetadata.Builder jobName(String jobName)
The name of the model packaging job.
jobName - The name of the model packaging job.ModelPackagingJobMetadata.Builder projectName(String projectName)
The project that contains the model that is in the model package.
projectName - The project that contains the model that is in the model package.ModelPackagingJobMetadata.Builder modelVersion(String modelVersion)
The version of the model that is in the model package.
modelVersion - The version of the model that is in the model package.ModelPackagingJobMetadata.Builder modelPackagingJobDescription(String modelPackagingJobDescription)
The description for the model packaging job.
modelPackagingJobDescription - The description for the model packaging job.ModelPackagingJobMetadata.Builder modelPackagingMethod(String modelPackagingMethod)
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
modelPackagingMethod - The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT
Greengrass.ModelPackagingJobMetadata.Builder status(String status)
The status of the model packaging job.
status - The status of the model packaging job.ModelPackagingJobStatus,
ModelPackagingJobStatusModelPackagingJobMetadata.Builder status(ModelPackagingJobStatus status)
The status of the model packaging job.
status - The status of the model packaging job.ModelPackagingJobStatus,
ModelPackagingJobStatusModelPackagingJobMetadata.Builder statusMessage(String statusMessage)
The status message for the model packaging job.
statusMessage - The status message for the model packaging job.ModelPackagingJobMetadata.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the model packaging job was created.
creationTimestamp - The Unix timestamp for the time and date that the model packaging job was created.ModelPackagingJobMetadata.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the time and date that the model packaging job was last updated.
lastUpdatedTimestamp - The Unix timestamp for the time and date that the model packaging job was last updated.Copyright © 2022. All rights reserved.