Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListModelQualityJobDefinitionsResponse
-
Packages that use ListModelQualityJobDefinitionsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListModelQualityJobDefinitionsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListModelQualityJobDefinitionsResponse Modifier and Type Method Description default ListModelQualityJobDefinitionsResponseSageMakerClient. listModelQualityJobDefinitions(Consumer<ListModelQualityJobDefinitionsRequest.Builder> listModelQualityJobDefinitionsRequest)Gets a list of model quality monitoring job definitions in your account.default ListModelQualityJobDefinitionsResponseSageMakerClient. listModelQualityJobDefinitions(ListModelQualityJobDefinitionsRequest listModelQualityJobDefinitionsRequest)Gets a list of model quality monitoring job definitions in your account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListModelQualityJobDefinitionsResponse Modifier and Type Method Description default CompletableFuture<ListModelQualityJobDefinitionsResponse>SageMakerAsyncClient. listModelQualityJobDefinitions(Consumer<ListModelQualityJobDefinitionsRequest.Builder> listModelQualityJobDefinitionsRequest)Gets a list of model quality monitoring job definitions in your account.default CompletableFuture<ListModelQualityJobDefinitionsResponse>SageMakerAsyncClient. listModelQualityJobDefinitions(ListModelQualityJobDefinitionsRequest listModelQualityJobDefinitionsRequest)Gets a list of model quality monitoring job definitions in your account. -
Uses of ListModelQualityJobDefinitionsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListModelQualityJobDefinitionsResponse Modifier and Type Method Description Iterator<ListModelQualityJobDefinitionsResponse>ListModelQualityJobDefinitionsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListModelQualityJobDefinitionsResponse Modifier and Type Method Description voidListModelQualityJobDefinitionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListModelQualityJobDefinitionsResponse> subscriber)
-