Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ModelVersionStatus
-
Packages that use ModelVersionStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ModelVersionStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ModelVersionStatus Modifier and Type Method Description static ModelVersionStatusModelVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelVersionStatusDescribeModelResponse. latestScheduledRetrainingStatus()Indicates the status of the most recent scheduled retraining run.ModelVersionStatusModelSummary. latestScheduledRetrainingStatus()Indicates the status of the most recent scheduled retraining run.ModelVersionStatusDescribeModelVersionResponse. status()The current status of the model version.ModelVersionStatusImportModelVersionResponse. status()The status of theImportModelVersionoperation.ModelVersionStatusListModelVersionsRequest. status()Filter the results based on the current status of the model version.ModelVersionStatusModelVersionSummary. status()The current status of the model version.static ModelVersionStatusModelVersionStatus. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ModelVersionStatus Modifier and Type Method Description static Set<ModelVersionStatus>ModelVersionStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type ModelVersionStatus Modifier and Type Method Description DescribeModelResponse.BuilderDescribeModelResponse.Builder. latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)Indicates the status of the most recent scheduled retraining run.ModelSummary.BuilderModelSummary.Builder. latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)Indicates the status of the most recent scheduled retraining run.DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. status(ModelVersionStatus status)The current status of the model version.ImportModelVersionResponse.BuilderImportModelVersionResponse.Builder. status(ModelVersionStatus status)The status of theImportModelVersionoperation.ListModelVersionsRequest.BuilderListModelVersionsRequest.Builder. status(ModelVersionStatus status)Filter the results based on the current status of the model version.ModelVersionSummary.BuilderModelVersionSummary.Builder. status(ModelVersionStatus status)The current status of the model version.
-