| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
HyperParameterTrainingJobDefinition |
DescribeHyperParameterTuningJobResponse.trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
Copyright © 2019. All rights reserved.