ServerlessEndpointState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ServerlessEndpointState
- com.
- com.
public final class ServerlessEndpointState
extends ExpandableStringEnum<ServerlessEndpointState>
State of the Serverless Endpoint.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Serverless |
CREATING
Static value Creating for Serverless |
|
static final
Serverless |
CREATION_FAILED
Static value Creation |
|
static final
Serverless |
DELETING
Static value Deleting for Serverless |
|
static final
Serverless |
DELETION_FAILED
Static value Deletion |
|
static final
Serverless |
ONLINE
Static value Online for Serverless |
|
static final
Serverless |
REINSTATING
Static value Reinstating for Serverless |
|
static final
Serverless |
SUSPENDED
Static value Suspended for Serverless |
|
static final
Serverless |
SUSPENDING
Static value Suspending for Serverless |
|
static final
Serverless |
UNKNOWN
Static value Unknown for Serverless |
Constructor Summary
| Constructor | Description |
|---|---|
| ServerlessEndpointState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Serverless |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Serverless |
fromString(String name)
Creates or finds a Serverless |
|
static
Collection<Serverless |
values()
Gets known Serverless |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CREATING
public static final ServerlessEndpointState CREATING
Static value Creating for ServerlessEndpointState.
CREATION_FAILED
public static final ServerlessEndpointState CREATION_FAILED
Static value CreationFailed for ServerlessEndpointState.
DELETING
public static final ServerlessEndpointState DELETING
Static value Deleting for ServerlessEndpointState.
DELETION_FAILED
public static final ServerlessEndpointState DELETION_FAILED
Static value DeletionFailed for ServerlessEndpointState.
ONLINE
public static final ServerlessEndpointState ONLINE
Static value Online for ServerlessEndpointState.
REINSTATING
public static final ServerlessEndpointState REINSTATING
Static value Reinstating for ServerlessEndpointState.
SUSPENDED
public static final ServerlessEndpointState SUSPENDED
Static value Suspended for ServerlessEndpointState.
SUSPENDING
public static final ServerlessEndpointState SUSPENDING
Static value Suspending for ServerlessEndpointState.
UNKNOWN
public static final ServerlessEndpointState UNKNOWN
Static value Unknown for ServerlessEndpointState.
Constructor Details
ServerlessEndpointState
@Deprecated
public ServerlessEndpointState()
Deprecated
Creates a new instance of ServerlessEndpointState value.
Method Details
fromString
public static ServerlessEndpointState fromString(String name)
Creates or finds a ServerlessEndpointState from its string representation.
Parameters:
Returns:
values
public static Collection<ServerlessEndpointState> values()
Gets known ServerlessEndpointState values.
Returns: