Uses of Class
com.amazonaws.services.machinelearning.model.DescribeMLModelsResult
Packages that use DescribeMLModelsResult
Package
Description
-
Uses of DescribeMLModelsResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DescribeMLModelsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeMLModels()
AbstractAmazonMachineLearning.describeMLModels
(DescribeMLModelsRequest request) AmazonMachineLearning.describeMLModels()
Simplified method form for invoking the DescribeMLModels operation.AmazonMachineLearning.describeMLModels
(DescribeMLModelsRequest describeMLModelsRequest) Returns a list ofMLModel
that match the search criteria in the request.AmazonMachineLearningClient.describeMLModels()
AmazonMachineLearningClient.describeMLModels
(DescribeMLModelsRequest describeMLModelsRequest) Returns a list ofMLModel
that match the search criteria in the request.Methods in com.amazonaws.services.machinelearning that return types with arguments of type DescribeMLModelsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeMLModelsAsync()
Simplified method form for invoking the DescribeMLModels operation.AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest request) AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) AmazonMachineLearningAsync.describeMLModelsAsync()
Simplified method form for invoking the DescribeMLModels operation.AmazonMachineLearningAsync.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest describeMLModelsRequest) Returns a list ofMLModel
that match the search criteria in the request.AmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest describeMLModelsRequest, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Returns a list ofMLModel
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeMLModelsAsync()
Simplified method form for invoking the DescribeMLModels operation.AmazonMachineLearningAsyncClient.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeMLModelsAsync
(DescribeMLModelsRequest request) AmazonMachineLearningAsyncClient.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeMLModelsResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) AmazonMachineLearningAsync.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest describeMLModelsRequest, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Returns a list ofMLModel
that match the search criteria in the request.AmazonMachineLearningAsyncClient.describeMLModelsAsync
(AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Simplified method form for invoking the DescribeMLModels operation with an AsyncHandler.AmazonMachineLearningAsyncClient.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) -
Uses of DescribeMLModelsResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeMLModelsResultModifier and TypeMethodDescriptionDescribeMLModelsResult.clone()
DescribeMLModelsResult.withNextToken
(String nextToken) The ID of the next page in the paginated results that indicates at least one more page follows.DescribeMLModelsResult.withResults
(MLModel... results) A list of MLModel that meet the search criteria.DescribeMLModelsResult.withResults
(Collection<MLModel> results) A list of MLModel that meet the search criteria.