| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricData.Builder |
MetricData.builder() |
MetricData.Builder |
MetricData.Builder.metricName(String metricName)
The name of the metric.
|
MetricData.Builder |
MetricData.Builder.timestamp(Instant timestamp)
The date and time that the algorithm emitted the metric.
|
MetricData.Builder |
MetricData.toBuilder() |
MetricData.Builder |
MetricData.Builder.value(Float value)
The value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetricData.Builder> |
MetricData.serializableBuilderClass() |
Copyright © 2019. All rights reserved.