Uses of Class
com.amazonaws.services.machinelearning.model.DescribeMLModelsRequest
Packages that use DescribeMLModelsRequest
Package
Description
-
Uses of DescribeMLModelsRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type DescribeMLModelsRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.describeMLModels
(DescribeMLModelsRequest request) AmazonMachineLearning.describeMLModels
(DescribeMLModelsRequest describeMLModelsRequest) Returns a list ofMLModel
that match the search criteria in the request.AmazonMachineLearningClient.describeMLModels
(DescribeMLModelsRequest describeMLModelsRequest) Returns a list ofMLModel
that match the search criteria in the request.AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest request) AbstractAmazonMachineLearningAsync.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> 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
(DescribeMLModelsRequest request) AmazonMachineLearningAsyncClient.describeMLModelsAsync
(DescribeMLModelsRequest request, AsyncHandler<DescribeMLModelsRequest, DescribeMLModelsResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type DescribeMLModelsRequestModifier 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 DescribeMLModelsRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DescribeMLModelsRequestModifier and TypeMethodDescriptionDescribeMLModelsRequest.clone()
The equal to operator.DescribeMLModelsRequest.withFilterVariable
(MLModelFilterVariable filterVariable) Use one of the following variables to filter a list ofMLModel
:DescribeMLModelsRequest.withFilterVariable
(String filterVariable) Use one of the following variables to filter a list ofMLModel
:The greater than or equal to operator.The greater than operator.The less than or equal to operator.The number of pages of information to include in the result.The less than operator.The not equal to operator.DescribeMLModelsRequest.withNextToken
(String nextToken) The ID of the page in the paginated results.DescribeMLModelsRequest.withPrefix
(String prefix) A string that is found at the beginning of a variable, such asName
orId
.DescribeMLModelsRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
.DescribeMLModelsRequest.withSortOrder
(String sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
.