| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.addStaticHyperParametersEntry(String key,
String value) |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.clearStaticHyperParametersEntries()
Removes all the entries added into StaticHyperParameters.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.clone() |
HyperParameterTrainingJobDefinition |
CreateHyperParameterTuningJobRequest.getTrainingJobDefinition()
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 |
DescribeHyperParameterTuningJobResult.getTrainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withAlgorithmSpecification(HyperParameterAlgorithmSpecification algorithmSpecification)
The HyperParameterAlgorithmSpecification object that specifies the algorithm to use for the training jobs
that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withInputDataConfig(Channel... inputDataConfig)
An array of Channel objects that specify the input for the training jobs that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of Channel objects that specify the input for the training jobs that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning
job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withResourceConfig(ResourceConfig resourceConfig)
The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning
job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withStaticHyperParameters(Map<String,String> staticHyperParameters)
Specifies the values of hyperparameters that do not change for the tuning job.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withStoppingCondition(StoppingCondition stoppingCondition)
Sets a maximum duration for the training jobs that the tuning job launches.
|
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withVpcConfig(VpcConfig vpcConfig)
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter
tuning job launches to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHyperParameterTuningJobRequest.setTrainingJobDefinition(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.
|
void |
DescribeHyperParameterTuningJobResult.setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withTrainingJobDefinition(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.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
Copyright © 2018. All rights reserved.