Uses of Class
software.amazon.awssdk.services.machinelearning.model.GetMlModelResponse
-
Packages that use GetMlModelResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of GetMlModelResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return GetMlModelResponse Modifier and Type Method Description default GetMlModelResponseMachineLearningClient. getMLModel(Consumer<GetMlModelRequest.Builder> getMlModelRequest)Returns anMLModelthat includes detailed metadata, data source information, and the current status of theMLModel.default GetMlModelResponseMachineLearningClient. getMLModel(GetMlModelRequest getMlModelRequest)Returns anMLModelthat includes detailed metadata, data source information, and the current status of theMLModel.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type GetMlModelResponse Modifier and Type Method Description default CompletableFuture<GetMlModelResponse>MachineLearningAsyncClient. getMLModel(Consumer<GetMlModelRequest.Builder> getMlModelRequest)Returns anMLModelthat includes detailed metadata, data source information, and the current status of theMLModel.default CompletableFuture<GetMlModelResponse>MachineLearningAsyncClient. getMLModel(GetMlModelRequest getMlModelRequest)Returns anMLModelthat includes detailed metadata, data source information, and the current status of theMLModel.
-