| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification |
TrainingSpecification.clone() |
TrainingSpecification |
DescribeAlgorithmResult.getTrainingSpecification()
Details about training jobs run by this algorithm.
|
TrainingSpecification |
CreateAlgorithmRequest.getTrainingSpecification()
Specifies details about training jobs run by this algorithm, including the following:
|
TrainingSpecification |
TrainingSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
TrainingSpecification |
TrainingSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
TrainingSpecification |
TrainingSpecification.withSupportedHyperParameters(Collection<HyperParameterSpecification> supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
TrainingSpecification |
TrainingSpecification.withSupportedHyperParameters(HyperParameterSpecification... supportedHyperParameters)
A list of the
HyperParameterSpecification objects, that define the supported hyperparameters. |
TrainingSpecification |
TrainingSpecification.withSupportedTrainingInstanceTypes(Collection<String> supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
TrainingSpecification |
TrainingSpecification.withSupportedTrainingInstanceTypes(String... supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
TrainingSpecification |
TrainingSpecification.withSupportedTrainingInstanceTypes(TrainingInstanceType... supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
TrainingSpecification |
TrainingSpecification.withSupportedTuningJobObjectiveMetrics(Collection<HyperParameterTuningJobObjective> supportedTuningJobObjectiveMetrics)
A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter
tuning job.
|
TrainingSpecification |
TrainingSpecification.withSupportedTuningJobObjectiveMetrics(HyperParameterTuningJobObjective... supportedTuningJobObjectiveMetrics)
A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter
tuning job.
|
TrainingSpecification |
TrainingSpecification.withSupportsDistributedTraining(Boolean supportsDistributedTraining)
Indicates whether the algorithm supports distributed training.
|
TrainingSpecification |
TrainingSpecification.withTrainingChannels(ChannelSpecification... trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
TrainingSpecification |
TrainingSpecification.withTrainingChannels(Collection<ChannelSpecification> trainingChannels)
A list of
ChannelSpecification objects, which specify the input sources to be used by the algorithm. |
TrainingSpecification |
TrainingSpecification.withTrainingImage(String trainingImage)
The Amazon ECR registry path of the Docker image that contains the training algorithm.
|
TrainingSpecification |
TrainingSpecification.withTrainingImageDigest(String trainingImageDigest)
An MD5 hash of the training algorithm that identifies the Docker image used for training.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlgorithmResult.setTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
|
void |
CreateAlgorithmRequest.setTrainingSpecification(TrainingSpecification trainingSpecification)
Specifies details about training jobs run by this algorithm, including the following:
|
DescribeAlgorithmResult |
DescribeAlgorithmResult.withTrainingSpecification(TrainingSpecification trainingSpecification)
Details about training jobs run by this algorithm.
|
CreateAlgorithmRequest |
CreateAlgorithmRequest.withTrainingSpecification(TrainingSpecification trainingSpecification)
Specifies details about training jobs run by this algorithm, including the following:
|
Copyright © 2022. All rights reserved.