| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification |
CreateTrainingJobRequest.algorithmSpecification()
The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata,
including the input mode.
|
AlgorithmSpecification |
DescribeTrainingJobResponse.algorithmSpecification()
Information about the algorithm used for training, and algorithm metadata.
|
AlgorithmSpecification |
TrainingJob.algorithmSpecification()
Information about the algorithm used for training, and algorithm metadata.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification)
The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata,
including the input mode.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
TrainingJob.Builder |
TrainingJob.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification)
Information about the algorithm used for training, and algorithm metadata.
|
Copyright © 2019. All rights reserved.