| Package | Description |
|---|---|
| com.amazonaws.services.sagemakermetrics.model |
| Modifier and Type | Method and Description |
|---|---|
RawMetricData |
RawMetricData.clone() |
RawMetricData |
RawMetricData.withMetricName(String metricName)
The name of the metric.
|
RawMetricData |
RawMetricData.withStep(Integer step)
The metric step (epoch).
|
RawMetricData |
RawMetricData.withTimestamp(Date timestamp)
The time that the metric was recorded.
|
RawMetricData |
RawMetricData.withValue(Double value)
The metric value.
|
| Modifier and Type | Method and Description |
|---|---|
List<RawMetricData> |
BatchPutMetricsRequest.getMetricData()
A list of raw metric values to put.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutMetricsRequest |
BatchPutMetricsRequest.withMetricData(RawMetricData... metricData)
A list of raw metric values to put.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutMetricsRequest.setMetricData(Collection<RawMetricData> metricData)
A list of raw metric values to put.
|
BatchPutMetricsRequest |
BatchPutMetricsRequest.withMetricData(Collection<RawMetricData> metricData)
A list of raw metric values to put.
|
Copyright © 2024. All rights reserved.