| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelVersionStatus |
ModelVersionStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeModelResult |
DescribeModelResult.withLatestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary |
ModelSummary.withLatestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ListModelVersionsRequest |
ListModelVersionsRequest.withStatus(ModelVersionStatus status)
Filter the results based on the current status of the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withStatus(ModelVersionStatus status)
The current status of the model version.
|
ImportModelVersionResult |
ImportModelVersionResult.withStatus(ModelVersionStatus status)
The status of the
ImportModelVersion operation. |
ModelVersionSummary |
ModelVersionSummary.withStatus(ModelVersionStatus status)
The current status of the model version.
|
Copyright © 2024. All rights reserved.