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 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

      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

      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

      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.