| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification |
AlgorithmSpecification.clone() |
AlgorithmSpecification |
TrainingJob.getAlgorithmSpecification()
Information about the algorithm used for training, and algorithm metadata.
|
AlgorithmSpecification |
DescribeTrainingJobResult.getAlgorithmSpecification()
Information about the algorithm used for training, and algorithm metadata.
|
AlgorithmSpecification |
CreateTrainingJobRequest.getAlgorithmSpecification()
The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata,
including the input mode.
|
AlgorithmSpecification |
AlgorithmSpecification.withAlgorithmName(String algorithmName)
The name of the algorithm resource to use for the training job.
|
AlgorithmSpecification |
AlgorithmSpecification.withEnableSageMakerMetricsTimeSeries(Boolean enableSageMakerMetricsTimeSeries)
To generate and save time-series metrics during training, set to
true. |
AlgorithmSpecification |
AlgorithmSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of metric definition objects.
|
AlgorithmSpecification |
AlgorithmSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
A list of metric definition objects.
|
AlgorithmSpecification |
AlgorithmSpecification.withTrainingImage(String trainingImage)
The registry path of the Docker image that contains the training algorithm.
|
AlgorithmSpecification |
AlgorithmSpecification.withTrainingInputMode(String trainingInputMode)
The input mode that the algorithm supports.
|
AlgorithmSpecification |
AlgorithmSpecification.withTrainingInputMode(TrainingInputMode trainingInputMode)
The input mode that the algorithm supports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJob.setAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
void |
DescribeTrainingJobResult.setAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
void |
CreateTrainingJobRequest.setAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata,
including the input mode.
|
TrainingJob |
TrainingJob.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withAlgorithmSpecification(AlgorithmSpecification algorithmSpecification)
The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata,
including the input mode.
|
Copyright © 2020. All rights reserved.