Interface AIBenchmarkJobSummary.Builder

  • Method Details

    • aiBenchmarkJobName

      AIBenchmarkJobSummary.Builder aiBenchmarkJobName(String aiBenchmarkJobName)

      The name of the benchmark job.

      Parameters:
      aiBenchmarkJobName - The name of the benchmark job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aiBenchmarkJobArn

      AIBenchmarkJobSummary.Builder aiBenchmarkJobArn(String aiBenchmarkJobArn)

      The Amazon Resource Name (ARN) of the benchmark job.

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

      AIBenchmarkJobSummary.Builder aiBenchmarkJobStatus(String aiBenchmarkJobStatus)

      The status of the benchmark job.

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

      AIBenchmarkJobSummary.Builder aiBenchmarkJobStatus(AIBenchmarkJobStatus aiBenchmarkJobStatus)

      The status of the benchmark job.

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

      AIBenchmarkJobSummary.Builder creationTime(Instant creationTime)

      A timestamp that indicates when the benchmark job was created.

      Parameters:
      creationTime - A timestamp that indicates when the benchmark job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      A timestamp that indicates when the benchmark job completed.

      Parameters:
      endTime - A timestamp that indicates when the benchmark job completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aiWorkloadConfigName

      AIBenchmarkJobSummary.Builder aiWorkloadConfigName(String aiWorkloadConfigName)

      The name of the AI workload configuration used by the benchmark job.

      Parameters:
      aiWorkloadConfigName - The name of the AI workload configuration used by the benchmark job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.