Uses of Class
com.amazonaws.services.machinelearning.model.CreateMLModelRequest
-
Packages that use CreateMLModelRequest Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of CreateMLModelRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type CreateMLModelRequest 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.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 CreateMLModelRequest 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 CreateMLModelRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateMLModelRequest Modifier and Type Method Description CreateMLModelRequestCreateMLModelRequest. addParametersEntry(String key, String value)CreateMLModelRequestCreateMLModelRequest. clearParametersEntries()Removes all the entries added into Parameters.CreateMLModelRequestCreateMLModelRequest. clone()CreateMLModelRequestCreateMLModelRequest. withMLModelId(String mLModelId)A user-supplied ID that uniquely identifies theMLModel.CreateMLModelRequestCreateMLModelRequest. withMLModelName(String mLModelName)A user-supplied name or description of theMLModel.CreateMLModelRequestCreateMLModelRequest. withMLModelType(MLModelType mLModelType)The category of supervised learning that thisMLModelwill address.CreateMLModelRequestCreateMLModelRequest. withMLModelType(String mLModelType)The category of supervised learning that thisMLModelwill address.CreateMLModelRequestCreateMLModelRequest. withParameters(Map<String,String> parameters)A list of the training parameters in theMLModel.CreateMLModelRequestCreateMLModelRequest. withRecipe(String recipe)The data recipe for creatingMLModel.CreateMLModelRequestCreateMLModelRequest. withRecipeUri(String recipeUri)The Amazon Simple Storage Service (Amazon S3) location and file name that contains theMLModelrecipe.CreateMLModelRequestCreateMLModelRequest. withTrainingDataSourceId(String trainingDataSourceId)TheDataSourcethat points to the training data.
-