Uses of Class
com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
Packages that use GetMLModelRequest Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of GetMLModelRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type GetMLModelRequest Modifier and Type Method Description GetMLModelResultAbstractAmazonMachineLearning. getMLModel(GetMLModelRequest request)GetMLModelResultAmazonMachineLearning. getMLModel(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.GetMLModelResultAmazonMachineLearningClient. getMLModel(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request)Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request)Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetMLModelRequest Modifier and Type Method Description Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler) -
Uses of GetMLModelRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetMLModelRequest Modifier and Type Method Description GetMLModelRequestGetMLModelRequest. clone()GetMLModelRequestGetMLModelRequest. withMLModelId(String mLModelId)The ID assigned to theMLModelat creation.GetMLModelRequestGetMLModelRequest. withVerbose(Boolean verbose)Specifies whether theGetMLModeloperation should returnRecipe.
-