Package | Description |
---|---|
com.amazonaws.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 |
---|---|
void |
RealtimeEndpointInfo.setEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel
. |
RealtimeEndpointInfo |
RealtimeEndpointInfo.withEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for the
MLModel
. |
Copyright © 2018. All rights reserved.