Interface ModelPackagingJobMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelPackagingJobMetadata.Builder,
,ModelPackagingJobMetadata> SdkBuilder<ModelPackagingJobMetadata.Builder,
,ModelPackagingJobMetadata> SdkPojo
- Enclosing class:
ModelPackagingJobMetadata
public static interface ModelPackagingJobMetadata.Builder
extends SdkPojo, CopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimestamp
(Instant creationTimestamp) The Unix timestamp for the time and date that the model packaging job was created.The name of the model packaging job.lastUpdatedTimestamp
(Instant lastUpdatedTimestamp) The Unix timestamp for the time and date that the model packaging job was last updated.modelPackagingJobDescription
(String modelPackagingJobDescription) The description for the model packaging job.modelPackagingMethod
(String modelPackagingMethod) The AWS service used to package the job.modelVersion
(String modelVersion) The version of the model that is in the model package.projectName
(String projectName) The project that contains the model that is in the model package.The status of the model packaging job.status
(ModelPackagingJobStatus status) The status of the model packaging job.statusMessage
(String statusMessage) The status message for the model packaging job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobName
The name of the model packaging job.
- Parameters:
jobName
- The name of the model packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
The project that contains the model that is in the model package.
- Parameters:
projectName
- The project that contains the model that is in the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
The version of the model that is in the model package.
- Parameters:
modelVersion
- The version of the model that is in the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackagingJobDescription
The description for the model packaging job.
- Parameters:
modelPackagingJobDescription
- The description for the model packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackagingMethod
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
- Parameters:
modelPackagingMethod
- The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the model packaging job.
- Parameters:
status
- The status of the model packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the model packaging job.
- Parameters:
status
- The status of the model packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The status message for the model packaging job.
- Parameters:
statusMessage
- The status message for the model packaging job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
The Unix timestamp for the time and date that the model packaging job was created.
- Parameters:
creationTimestamp
- The Unix timestamp for the time and date that the model packaging job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
The Unix timestamp for the time and date that the model packaging job was last updated.
- Parameters:
lastUpdatedTimestamp
- The Unix timestamp for the time and date that the model packaging job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-