Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListInferenceComponentsResponse
-
Packages that use ListInferenceComponentsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListInferenceComponentsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListInferenceComponentsResponse Modifier and Type Method Description default ListInferenceComponentsResponseSageMakerClient. listInferenceComponents(Consumer<ListInferenceComponentsRequest.Builder> listInferenceComponentsRequest)Lists the inference components in your account and their properties.default ListInferenceComponentsResponseSageMakerClient. listInferenceComponents(ListInferenceComponentsRequest listInferenceComponentsRequest)Lists the inference components in your account and their properties.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListInferenceComponentsResponse Modifier and Type Method Description default CompletableFuture<ListInferenceComponentsResponse>SageMakerAsyncClient. listInferenceComponents(Consumer<ListInferenceComponentsRequest.Builder> listInferenceComponentsRequest)Lists the inference components in your account and their properties.default CompletableFuture<ListInferenceComponentsResponse>SageMakerAsyncClient. listInferenceComponents(ListInferenceComponentsRequest listInferenceComponentsRequest)Lists the inference components in your account and their properties. -
Uses of ListInferenceComponentsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListInferenceComponentsResponse Modifier and Type Method Description Iterator<ListInferenceComponentsResponse>ListInferenceComponentsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListInferenceComponentsResponse Modifier and Type Method Description voidListInferenceComponentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInferenceComponentsResponse> subscriber)
-