| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobDefinition |
HyperParameterTuningJobSearchEntity.trainingJobDefinition()
Returns the value of the TrainingJobDefinition property for this object.
|
HyperParameterTrainingJobDefinition |
DescribeHyperParameterTuningJobResponse.trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this
tuning job launches.
|
HyperParameterTrainingJobDefinition |
CreateHyperParameterTuningJobRequest.trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches,
including static hyperparameters, input data configuration, output data configuration, resource configuration,
and stopping condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTrainingJobDefinition> |
HyperParameterTuningJobSearchEntity.trainingJobDefinitions()
The job definitions included in a hyperparameter tuning job.
|
List<HyperParameterTrainingJobDefinition> |
DescribeHyperParameterTuningJobResponse.trainingJobDefinitions()
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
List<HyperParameterTrainingJobDefinition> |
CreateHyperParameterTuningJobRequest.trainingJobDefinitions()
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
Sets the value of the TrainingJobDefinition property for this object.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this
tuning job launches.
|
CreateHyperParameterTuningJobRequest.Builder |
CreateHyperParameterTuningJobRequest.Builder.trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job
launches, including static hyperparameters, input data configuration, output data configuration, resource
configuration, and stopping condition.
|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
CreateHyperParameterTuningJobRequest.Builder |
CreateHyperParameterTuningJobRequest.Builder.trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
CreateHyperParameterTuningJobRequest.Builder |
CreateHyperParameterTuningJobRequest.Builder.trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
Copyright © 2023. All rights reserved.