Uses of Class
software.amazon.awssdk.services.machinelearning.model.MLModelType
-
Packages that use MLModelType Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of MLModelType in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return MLModelType Modifier and Type Method Description static MLModelTypeMLModelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MLModelTypeCreateMlModelRequest. mlModelType()The category of supervised learning that thisMLModelwill address.MLModelTypeGetMlModelResponse. mlModelType()Identifies theMLModelcategory.MLModelTypeMLModel. mlModelType()Identifies theMLModelcategory.static MLModelTypeMLModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLModelType[]MLModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type MLModelType Modifier and Type Method Description static Set<MLModelType>MLModelType. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type MLModelType Modifier and Type Method Description CreateMlModelRequest.BuilderCreateMlModelRequest.Builder. mlModelType(MLModelType mlModelType)The category of supervised learning that thisMLModelwill address.GetMlModelResponse.BuilderGetMlModelResponse.Builder. mlModelType(MLModelType mlModelType)Identifies theMLModelcategory.MLModel.BuilderMLModel.Builder. mlModelType(MLModelType mlModelType)Identifies theMLModelcategory.
-