| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakeredge.model |
| Modifier and Type | Method and Description |
|---|---|
ModelState |
DeploymentModel.desiredState()
The desired state of the model.
|
static ModelState |
ModelState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelState |
DeploymentModel.state()
Returns the current state of the model.
|
ModelState |
Definition.state()
The desired state of the model.
|
static ModelState |
ModelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelState[] |
ModelState.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<ModelState> |
ModelState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentModel.Builder |
DeploymentModel.Builder.desiredState(ModelState desiredState)
The desired state of the model.
|
DeploymentModel.Builder |
DeploymentModel.Builder.state(ModelState state)
Returns the current state of the model.
|
Definition.Builder |
Definition.Builder.state(ModelState state)
The desired state of the model.
|
Copyright © 2023. All rights reserved.