public static interface CreateHyperParameterTuningJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateHyperParameterTuningJobResponse.Builder,CreateHyperParameterTuningJobResponse>
Modifier and Type | Method and Description |
---|---|
CreateHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateHyperParameterTuningJobResponse.Builder hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning
job when you create it.Copyright © 2022. All rights reserved.