| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification |
AlgorithmSpecification.clone() |
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.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 |
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.
|
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 © 2018. All rights reserved.