| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelPromoteMode |
ModelPromoteMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelPromoteMode |
UpdateRetrainingSchedulerRequest.promoteMode()
Indicates how the service will use new models.
|
ModelPromoteMode |
DescribeRetrainingSchedulerResponse.promoteMode()
Indicates how the service uses new models.
|
ModelPromoteMode |
CreateRetrainingSchedulerRequest.promoteMode()
Indicates how the service will use new models.
|
static ModelPromoteMode |
ModelPromoteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelPromoteMode[] |
ModelPromoteMode.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<ModelPromoteMode> |
ModelPromoteMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRetrainingSchedulerRequest.Builder |
UpdateRetrainingSchedulerRequest.Builder.promoteMode(ModelPromoteMode promoteMode)
Indicates how the service will use new models.
|
DescribeRetrainingSchedulerResponse.Builder |
DescribeRetrainingSchedulerResponse.Builder.promoteMode(ModelPromoteMode promoteMode)
Indicates how the service uses new models.
|
CreateRetrainingSchedulerRequest.Builder |
CreateRetrainingSchedulerRequest.Builder.promoteMode(ModelPromoteMode promoteMode)
Indicates how the service will use new models.
|
Copyright © 2023. All rights reserved.