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 CreateMLModelResult
AbstractAmazonMachineLearning. createMLModel(CreateMLModelRequest request)
CreateMLModelResult
AmazonMachineLearning. createMLModel(CreateMLModelRequest createMLModelRequest)
Creates a newMLModel
using the data files and the recipe as information sources.CreateMLModelResult
AmazonMachineLearningClient. createMLModel(CreateMLModelRequest createMLModelRequest)
Creates a newMLModel
using 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 newMLModel
using the data files and the recipe as information sources.Future<CreateMLModelResult>
AmazonMachineLearningAsync. createMLModelAsync(CreateMLModelRequest createMLModelRequest, AsyncHandler<CreateMLModelRequest,CreateMLModelResult> asyncHandler)
Creates a newMLModel
using 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 newMLModel
using 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 CreateMLModelResult
CreateMLModelResult. clone()
CreateMLModelResult
CreateMLModelResult. withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies theMLModel
.
-