| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDefinition |
MetricDefinition.clone() |
MetricDefinition |
MetricDefinition.withName(String name)
The name of the metric.
|
MetricDefinition |
MetricDefinition.withRegex(String regex)
A regular expression that searches the output of a training job and gets the value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDefinition> |
TrainingSpecification.getMetricDefinitions()
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
List<MetricDefinition> |
HyperParameterAlgorithmSpecification.getMetricDefinitions()
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
List<MetricDefinition> |
AlgorithmSpecification.getMetricDefinitions()
A list of metric definition objects.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification |
TrainingSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
AlgorithmSpecification |
AlgorithmSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
A list of metric definition objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingSpecification.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
void |
HyperParameterAlgorithmSpecification.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
void |
AlgorithmSpecification.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of metric definition objects.
|
TrainingSpecification |
TrainingSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of
MetricDefinition objects, which are used for parsing metrics generated by the algorithm. |
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
AlgorithmSpecification |
AlgorithmSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
A list of metric definition objects.
|
Copyright © 2020. All rights reserved.