| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrainingJobDefinition |
TrainingJobDefinition.addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
TrainingJobDefinition |
TrainingJobDefinition.clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
TrainingJobDefinition |
TrainingJobDefinition.clone() |
TrainingJobDefinition |
AlgorithmValidationProfile.getTrainingJobDefinition()
The
TrainingJobDefinition object that describes the training job that SageMaker runs to validate
your algorithm. |
TrainingJobDefinition |
TrainingJobDefinition.withHyperParameters(Map<String,String> hyperParameters)
The hyperparameters used for the training job.
|
TrainingJobDefinition |
TrainingJobDefinition.withInputDataConfig(Channel... inputDataConfig)
An array of
Channel objects, each of which specifies an input source. |
TrainingJobDefinition |
TrainingJobDefinition.withInputDataConfig(Collection<Channel> inputDataConfig)
An array of
Channel objects, each of which specifies an input source. |
TrainingJobDefinition |
TrainingJobDefinition.withOutputDataConfig(OutputDataConfig outputDataConfig)
the path to the S3 bucket where you want to store model artifacts.
|
TrainingJobDefinition |
TrainingJobDefinition.withResourceConfig(ResourceConfig resourceConfig)
The resources, including the ML compute instances and ML storage volumes, to use for model training.
|
TrainingJobDefinition |
TrainingJobDefinition.withStoppingCondition(StoppingCondition stoppingCondition)
Specifies a limit to how long a model training job can run.
|
TrainingJobDefinition |
TrainingJobDefinition.withTrainingInputMode(String trainingInputMode) |
TrainingJobDefinition |
TrainingJobDefinition.withTrainingInputMode(TrainingInputMode trainingInputMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmValidationProfile.setTrainingJobDefinition(TrainingJobDefinition trainingJobDefinition)
The
TrainingJobDefinition object that describes the training job that SageMaker runs to validate
your algorithm. |
AlgorithmValidationProfile |
AlgorithmValidationProfile.withTrainingJobDefinition(TrainingJobDefinition trainingJobDefinition)
The
TrainingJobDefinition object that describes the training job that SageMaker runs to validate
your algorithm. |
Copyright © 2025. All rights reserved.