Interface UpdateTrainingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTrainingJobResponse.Builder,UpdateTrainingJobResponse>,SageMakerResponse.Builder,SdkBuilder<UpdateTrainingJobResponse.Builder,UpdateTrainingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateTrainingJobResponse
public static interface UpdateTrainingJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateTrainingJobResponse.Builder,UpdateTrainingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTrainingJobResponse.BuildertrainingJobArn(String trainingJobArn)The Amazon Resource Name (ARN) of the training job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trainingJobArn
UpdateTrainingJobResponse.Builder trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
- Parameters:
trainingJobArn- The Amazon Resource Name (ARN) of the training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-