Uses of Class
com.amazonaws.services.machinelearning.model.CreateMLModelResult
-
Packages that use CreateMLModelResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of CreateMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return CreateMLModelResult Modifier and Type Method Description CreateMLModelResultAbstractAmazonMachineLearning. createMLModel(CreateMLModelRequest request)CreateMLModelResultAmazonMachineLearning. createMLModel(CreateMLModelRequest createMLModelRequest)Creates a newMLModelusing the data files and the recipe as information sources.CreateMLModelResultAmazonMachineLearningClient. createMLModel(CreateMLModelRequest createMLModelRequest)Creates a newMLModelusing the data files and the recipe as information sources.Methods in com.amazonaws.services.machinelearning that return types with arguments of type CreateMLModelResult Modifier and Type Method Description Future<CreateMLModelResult>AbstractAmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest request)Future<CreateMLModelResult>AbstractAmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)Future<CreateMLModelResult>AmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest createMLModelRequest)Creates a newMLModelusing the data files and the recipe as information sources.Future<CreateMLModelResult>AmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest createMLModelRequest, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)Creates a newMLModelusing the data files and the recipe as information sources.Future<CreateMLModelResult>AmazonMachineLearningAsyncClient. createMLModelAsync(CreateMLModelRequest request)Future<CreateMLModelResult>AmazonMachineLearningAsyncClient. createMLModelAsync(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateMLModelResult Modifier and Type Method Description Future<CreateMLModelResult>AbstractAmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)Future<CreateMLModelResult>AmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest createMLModelRequest, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)Creates a newMLModelusing the data files and the recipe as information sources.Future<CreateMLModelResult>AmazonMachineLearningAsyncClient. createMLModelAsync(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler) -
Uses of CreateMLModelResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateMLModelResult Modifier and Type Method Description CreateMLModelResultCreateMLModelResult. clone()CreateMLModelResultCreateMLModelResult. withMLModelId(String mLModelId)A user-supplied ID that uniquely identifies theMLModel.
-