Uses of Class
com.amazonaws.services.machinelearning.model.CreateMLModelResult
Packages that use CreateMLModelResult
Package
Description
-
Uses of CreateMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return CreateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.createMLModel
(CreateMLModelRequest request) AmazonMachineLearning.createMLModel
(CreateMLModelRequest createMLModelRequest) Creates a newMLModel
using the data files and the recipe as information sources.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 CreateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest request) AbstractAmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest, CreateMLModelResult> asyncHandler) AmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest createMLModelRequest) Creates a newMLModel
using the data files and the recipe as information sources.AmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest createMLModelRequest, AsyncHandler<CreateMLModelRequest, CreateMLModelResult> asyncHandler) Creates a newMLModel
using the data files and the recipe as information sources.AmazonMachineLearningAsyncClient.createMLModelAsync
(CreateMLModelRequest request) AmazonMachineLearningAsyncClient.createMLModelAsync
(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest, CreateMLModelResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateMLModelResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest request, AsyncHandler<CreateMLModelRequest, CreateMLModelResult> asyncHandler) AmazonMachineLearningAsync.createMLModelAsync
(CreateMLModelRequest createMLModelRequest, AsyncHandler<CreateMLModelRequest, CreateMLModelResult> asyncHandler) Creates a newMLModel
using the data files and the recipe as information sources.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 CreateMLModelResultModifier and TypeMethodDescriptionCreateMLModelResult.clone()
CreateMLModelResult.withMLModelId
(String mLModelId) A user-supplied ID that uniquely identifies theMLModel
.