| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static RetrainingSchedulerStatus |
RetrainingSchedulerStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RetrainingSchedulerStatus |
ModelSummary.retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
|
RetrainingSchedulerStatus |
DescribeModelResponse.retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
|
RetrainingSchedulerStatus |
RetrainingSchedulerSummary.status()
The status of the retraining scheduler.
|
RetrainingSchedulerStatus |
DescribeRetrainingSchedulerResponse.status()
The status of the retraining scheduler.
|
RetrainingSchedulerStatus |
StopRetrainingSchedulerResponse.status()
The status of the retraining scheduler.
|
RetrainingSchedulerStatus |
ListRetrainingSchedulersRequest.status()
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
RetrainingSchedulerStatus |
StartRetrainingSchedulerResponse.status()
The status of the retraining scheduler.
|
RetrainingSchedulerStatus |
CreateRetrainingSchedulerResponse.status()
The status of the retraining scheduler.
|
static RetrainingSchedulerStatus |
RetrainingSchedulerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetrainingSchedulerStatus[] |
RetrainingSchedulerStatus.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<RetrainingSchedulerStatus> |
RetrainingSchedulerStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
ModelSummary.Builder.retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
RetrainingSchedulerSummary.Builder |
RetrainingSchedulerSummary.Builder.status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
DescribeRetrainingSchedulerResponse.Builder |
DescribeRetrainingSchedulerResponse.Builder.status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
StopRetrainingSchedulerResponse.Builder |
StopRetrainingSchedulerResponse.Builder.status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
ListRetrainingSchedulersRequest.Builder |
ListRetrainingSchedulersRequest.Builder.status(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
StartRetrainingSchedulerResponse.Builder |
StartRetrainingSchedulerResponse.Builder.status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
CreateRetrainingSchedulerResponse.Builder |
CreateRetrainingSchedulerResponse.Builder.status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
Copyright © 2023. All rights reserved.