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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelPackagingJobMetadata.BuildercreationTimestamp(Instant creationTimestamp)The Unix timestamp for the time and date that the model packaging job was created.ModelPackagingJobMetadata.BuilderjobName(String jobName)The name of the model packaging job.ModelPackagingJobMetadata.BuilderlastUpdatedTimestamp(Instant lastUpdatedTimestamp)The Unix timestamp for the time and date that the model packaging job was last updated.ModelPackagingJobMetadata.BuildermodelPackagingJobDescription(String modelPackagingJobDescription)The description for the model packaging job.ModelPackagingJobMetadata.BuildermodelPackagingMethod(String modelPackagingMethod)The AWS service used to package the job.ModelPackagingJobMetadata.BuildermodelVersion(String modelVersion)The version of the model that is in the model package.ModelPackagingJobMetadata.BuilderprojectName(String projectName)The project that contains the model that is in the model package.ModelPackagingJobMetadata.Builderstatus(String status)The status of the model packaging job.ModelPackagingJobMetadata.Builderstatus(ModelPackagingJobStatus status)The status of the model packaging job.ModelPackagingJobMetadata.BuilderstatusMessage(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobName
ModelPackagingJobMetadata.Builder jobName(String 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
ModelPackagingJobMetadata.Builder projectName(String 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
ModelPackagingJobMetadata.Builder modelVersion(String 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
ModelPackagingJobMetadata.Builder modelPackagingJobDescription(String 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
ModelPackagingJobMetadata.Builder modelPackagingMethod(String 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
ModelPackagingJobMetadata.Builder status(String 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:
ModelPackagingJobStatus,ModelPackagingJobStatus
-
status
ModelPackagingJobMetadata.Builder status(ModelPackagingJobStatus 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:
ModelPackagingJobStatus,ModelPackagingJobStatus
-
statusMessage
ModelPackagingJobMetadata.Builder statusMessage(String 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
ModelPackagingJobMetadata.Builder creationTimestamp(Instant 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
ModelPackagingJobMetadata.Builder lastUpdatedTimestamp(Instant 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.
-
-