| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakermetrics.model |
| Modifier and Type | Method and Description |
|---|---|
PutMetricsErrorCode |
BatchPutMetricsError.code()
The error code of an error that occured when attempting to put metrics.
|
static PutMetricsErrorCode |
PutMetricsErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PutMetricsErrorCode |
PutMetricsErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PutMetricsErrorCode[] |
PutMetricsErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PutMetricsErrorCode> |
PutMetricsErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutMetricsError.Builder |
BatchPutMetricsError.Builder.code(PutMetricsErrorCode code)
The error code of an error that occured when attempting to put metrics.
|
Copyright © 2023. All rights reserved.