Interface AIBenchmarkJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIBenchmarkJobSummary.Builder,,AIBenchmarkJobSummary> SdkBuilder<AIBenchmarkJobSummary.Builder,,AIBenchmarkJobSummary> SdkPojo
- Enclosing class:
AIBenchmarkJobSummary
@Mutable
@NotThreadSafe
public static interface AIBenchmarkJobSummary.Builder
extends SdkPojo, CopyableBuilder<AIBenchmarkJobSummary.Builder,AIBenchmarkJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaiBenchmarkJobArn(String aiBenchmarkJobArn) The Amazon Resource Name (ARN) of the benchmark job.aiBenchmarkJobName(String aiBenchmarkJobName) The name of the benchmark job.aiBenchmarkJobStatus(String aiBenchmarkJobStatus) The status of the benchmark job.aiBenchmarkJobStatus(AIBenchmarkJobStatus aiBenchmarkJobStatus) The status of the benchmark job.aiWorkloadConfigName(String aiWorkloadConfigName) The name of the AI workload configuration used by the benchmark job.creationTime(Instant creationTime) A timestamp that indicates when the benchmark job was created.A timestamp that indicates when the benchmark job completed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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.
-