Uses of Class
software.amazon.awssdk.services.machinelearning.model.MLModel
-
Packages that use MLModel Package Description software.amazon.awssdk.services.machinelearning.model software.amazon.awssdk.services.machinelearning.paginators -
-
Uses of MLModel in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type MLModel Modifier and Type Method Description List<MLModel>DescribeMlModelsResponse. results()A list ofMLModelthat meet the search criteria.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type MLModel Modifier and Type Method Description DescribeMlModelsResponse.BuilderDescribeMlModelsResponse.Builder. results(MLModel... results)A list ofMLModelthat meet the search criteria.Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type MLModel Modifier and Type Method Description DescribeMlModelsResponse.BuilderDescribeMlModelsResponse.Builder. results(Collection<MLModel> results)A list ofMLModelthat meet the search criteria. -
Uses of MLModel in software.amazon.awssdk.services.machinelearning.paginators
Methods in software.amazon.awssdk.services.machinelearning.paginators that return types with arguments of type MLModel Modifier and Type Method Description SdkIterable<MLModel>DescribeMLModelsIterable. results()Returns an iterable to iterate through the paginatedDescribeMlModelsResponse.results()member.SdkPublisher<MLModel>DescribeMLModelsPublisher. results()Returns a publisher that can be used to get a stream of data.
-