| Package | Description |
|---|---|
| com.amazonaws.services.sagemakermetrics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPutMetricsError |
BatchPutMetricsError.clone() |
BatchPutMetricsError |
BatchPutMetricsError.withCode(PutMetricsErrorCode code)
The error code of an error that occured when attempting to put metrics.
|
BatchPutMetricsError |
BatchPutMetricsError.withCode(String code)
The error code of an error that occured when attempting to put metrics.
|
BatchPutMetricsError |
BatchPutMetricsError.withMetricIndex(Integer metricIndex)
An index that corresponds to the metric in the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutMetricsError> |
BatchPutMetricsResult.getErrors()
Lists any errors that occur when inserting metric data.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutMetricsResult |
BatchPutMetricsResult.withErrors(BatchPutMetricsError... errors)
Lists any errors that occur when inserting metric data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutMetricsResult.setErrors(Collection<BatchPutMetricsError> errors)
Lists any errors that occur when inserting metric data.
|
BatchPutMetricsResult |
BatchPutMetricsResult.withErrors(Collection<BatchPutMetricsError> errors)
Lists any errors that occur when inserting metric data.
|
Copyright © 2024. All rights reserved.