| 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> |
HyperParameterAlgorithmSpecification.getMetricDefinitions()
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterAlgorithmSpecification.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
HyperParameterAlgorithmSpecification |
HyperParameterAlgorithmSpecification.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of MetricDefinition objects that specify the metrics that the algorithm emits.
|
Copyright © 2018. All rights reserved.