Interface EdgePackagingJobSummary.Builder

  • Method Details

    • edgePackagingJobArn

      EdgePackagingJobSummary.Builder edgePackagingJobArn(String edgePackagingJobArn)

      The Amazon Resource Name (ARN) of the edge packaging job.

      Parameters:
      edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgePackagingJobName

      EdgePackagingJobSummary.Builder edgePackagingJobName(String edgePackagingJobName)

      The name of the edge packaging job.

      Parameters:
      edgePackagingJobName - The name of the edge packaging job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgePackagingJobStatus

      EdgePackagingJobSummary.Builder edgePackagingJobStatus(String edgePackagingJobStatus)

      The status of the edge packaging job.

      Parameters:
      edgePackagingJobStatus - The status of the edge packaging job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • edgePackagingJobStatus

      EdgePackagingJobSummary.Builder edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)

      The status of the edge packaging job.

      Parameters:
      edgePackagingJobStatus - The status of the edge packaging job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • compilationJobName

      EdgePackagingJobSummary.Builder compilationJobName(String compilationJobName)

      The name of the SageMaker Neo compilation job.

      Parameters:
      compilationJobName - The name of the SageMaker Neo compilation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelName

      The name of the model.

      Parameters:
      modelName - The name of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelVersion

      EdgePackagingJobSummary.Builder modelVersion(String modelVersion)

      The version of the model.

      Parameters:
      modelVersion - The version of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      EdgePackagingJobSummary.Builder creationTime(Instant creationTime)

      The timestamp of when the job was created.

      Parameters:
      creationTime - The timestamp of when the job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      EdgePackagingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp of when the edge packaging job was last updated.

      Parameters:
      lastModifiedTime - The timestamp of when the edge packaging job was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.