Interface DescribeAiWorkloadConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAiWorkloadConfigResponse.Builder,,DescribeAiWorkloadConfigResponse> SageMakerResponse.Builder,SdkBuilder<DescribeAiWorkloadConfigResponse.Builder,,DescribeAiWorkloadConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAiWorkloadConfigResponse
-
Method Summary
Modifier and TypeMethodDescriptionaiWorkloadConfigArn(String aiWorkloadConfigArn) The Amazon Resource Name (ARN) of the AI workload configuration.aiWorkloadConfigName(String aiWorkloadConfigName) The name of the AI workload configuration.aiWorkloadConfigs(Consumer<AIWorkloadConfigs.Builder> aiWorkloadConfigs) The benchmark tool configuration and workload specification.aiWorkloadConfigs(AIWorkloadConfigs aiWorkloadConfigs) The benchmark tool configuration and workload specification.creationTime(Instant creationTime) A timestamp that indicates when the AI workload configuration was created.datasetConfig(Consumer<AIDatasetConfig.Builder> datasetConfig) The dataset configuration for the workload.datasetConfig(AIDatasetConfig datasetConfig) The dataset configuration for the workload.tags(Collection<Tag> tags) The tags associated with the AI workload configuration.tags(Consumer<Tag.Builder>... tags) The tags associated with the AI workload configuration.The tags associated with the AI workload configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
aiWorkloadConfigName
The name of the AI workload configuration.
- Parameters:
aiWorkloadConfigName- The name of the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiWorkloadConfigArn
The Amazon Resource Name (ARN) of the AI workload configuration.
- Parameters:
aiWorkloadConfigArn- The Amazon Resource Name (ARN) of the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetConfig
The dataset configuration for the workload.
- Parameters:
datasetConfig- The dataset configuration for the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetConfig
default DescribeAiWorkloadConfigResponse.Builder datasetConfig(Consumer<AIDatasetConfig.Builder> datasetConfig) The dataset configuration for the workload.
This is a convenience method that creates an instance of theAIDatasetConfig.Builderavoiding the need to create one manually viaAIDatasetConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatasetConfig(AIDatasetConfig).- Parameters:
datasetConfig- a consumer that will call methods onAIDatasetConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aiWorkloadConfigs
The benchmark tool configuration and workload specification.
- Parameters:
aiWorkloadConfigs- The benchmark tool configuration and workload specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiWorkloadConfigs
default DescribeAiWorkloadConfigResponse.Builder aiWorkloadConfigs(Consumer<AIWorkloadConfigs.Builder> aiWorkloadConfigs) The benchmark tool configuration and workload specification.
This is a convenience method that creates an instance of theAIWorkloadConfigs.Builderavoiding the need to create one manually viaAIWorkloadConfigs.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaiWorkloadConfigs(AIWorkloadConfigs).- Parameters:
aiWorkloadConfigs- a consumer that will call methods onAIWorkloadConfigs.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags associated with the AI workload configuration.
- Parameters:
tags- The tags associated with the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the AI workload configuration.
- Parameters:
tags- The tags associated with the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the AI workload configuration.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
A timestamp that indicates when the AI workload configuration was created.
- Parameters:
creationTime- A timestamp that indicates when the AI workload configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-