Interface ParentHyperParameterTuningJob.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ParentHyperParameterTuningJob.Builder,ParentHyperParameterTuningJob>
,SdkBuilder<ParentHyperParameterTuningJob.Builder,ParentHyperParameterTuningJob>
,SdkPojo
- Enclosing class:
- ParentHyperParameterTuningJob
public static interface ParentHyperParameterTuningJob.Builder extends SdkPojo, CopyableBuilder<ParentHyperParameterTuningJob.Builder,ParentHyperParameterTuningJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentHyperParameterTuningJob.Builder
hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hyperParameterTuningJobName
ParentHyperParameterTuningJob.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
- Parameters:
hyperParameterTuningJobName
- The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-