| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static RealtimeEndpointStatus |
RealtimeEndpointStatus.fromValue(String value)
Use this in place of valueOf.
|
static RealtimeEndpointStatus |
RealtimeEndpointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeEndpointStatus[] |
RealtimeEndpointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RealtimeEndpointInfo.Builder |
RealtimeEndpointInfo.Builder.endpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel. |
Copyright © 2017. All rights reserved.