Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ModelStatus
-
Packages that use ModelStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ModelStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ModelStatus Modifier and Type Method Description static ModelStatusModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelStatusCreateModelResponse. status()Indicates the status of theCreateModeloperation.ModelStatusDescribeModelResponse. status()Specifies the current status of the model being described.ModelStatusListModelsRequest. status()The status of the machine learning model.ModelStatusModelSummary. status()Indicates the status of the machine learning model.static ModelStatusModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelStatus[]ModelStatus. 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 ModelStatus Modifier and Type Method Description static Set<ModelStatus>ModelStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type ModelStatus Modifier and Type Method Description CreateModelResponse.BuilderCreateModelResponse.Builder. status(ModelStatus status)Indicates the status of theCreateModeloperation.DescribeModelResponse.BuilderDescribeModelResponse.Builder. status(ModelStatus status)Specifies the current status of the model being described.ListModelsRequest.BuilderListModelsRequest.Builder. status(ModelStatus status)The status of the machine learning model.ModelSummary.BuilderModelSummary.Builder. status(ModelStatus status)Indicates the status of the machine learning model.
-