| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MetricData |
MetricData.clone() |
MetricData |
MetricData.withMetricName(String metricName)
The name of the metric.
|
MetricData |
MetricData.withTimestamp(Date timestamp)
The date and time that the algorithm emitted the metric.
|
MetricData |
MetricData.withValue(Float value)
The value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricData> |
DescribeTrainingJobResult.getFinalMetricDataList()
A collection of
MetricData objects that specify the names, values, and dates and times that the
training algorithm emitted to Amazon CloudWatch. |
List<MetricData> |
TrainingJob.getFinalMetricDataList()
A list of final metric values that are set when the training job completes.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withFinalMetricDataList(MetricData... finalMetricDataList)
A collection of
MetricData objects that specify the names, values, and dates and times that the
training algorithm emitted to Amazon CloudWatch. |
TrainingJob |
TrainingJob.withFinalMetricDataList(MetricData... finalMetricDataList)
A list of final metric values that are set when the training job completes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingJobResult.setFinalMetricDataList(Collection<MetricData> finalMetricDataList)
A collection of
MetricData objects that specify the names, values, and dates and times that the
training algorithm emitted to Amazon CloudWatch. |
void |
TrainingJob.setFinalMetricDataList(Collection<MetricData> finalMetricDataList)
A list of final metric values that are set when the training job completes.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withFinalMetricDataList(Collection<MetricData> finalMetricDataList)
A collection of
MetricData objects that specify the names, values, and dates and times that the
training algorithm emitted to Amazon CloudWatch. |
TrainingJob |
TrainingJob.withFinalMetricDataList(Collection<MetricData> finalMetricDataList)
A list of final metric values that are set when the training job completes.
|
Copyright © 2024. All rights reserved.