| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelVersionStatus |
ModelVersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelVersionStatus |
ModelSummary.latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
|
ModelVersionStatus |
DescribeModelResponse.latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
|
ModelVersionStatus |
ListModelVersionsRequest.status()
Filter the results based on the current status of the model version.
|
ModelVersionStatus |
ImportModelVersionResponse.status()
The status of the
ImportModelVersion operation. |
ModelVersionStatus |
DescribeModelVersionResponse.status()
The current status of the model version.
|
ModelVersionStatus |
ModelVersionSummary.status()
The current status of the model version.
|
static ModelVersionStatus |
ModelVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelVersionStatus[] |
ModelVersionStatus.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<ModelVersionStatus> |
ModelVersionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
ModelSummary.Builder.latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ListModelVersionsRequest.Builder |
ListModelVersionsRequest.Builder.status(ModelVersionStatus status)
Filter the results based on the current status of the model version.
|
ImportModelVersionResponse.Builder |
ImportModelVersionResponse.Builder.status(ModelVersionStatus status)
The status of the
ImportModelVersion operation. |
DescribeModelVersionResponse.Builder |
DescribeModelVersionResponse.Builder.status(ModelVersionStatus status)
The current status of the model version.
|
ModelVersionSummary.Builder |
ModelVersionSummary.Builder.status(ModelVersionStatus status)
The current status of the model version.
|
Copyright © 2023. All rights reserved.