Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListInferenceComponentsRequest
-
Packages that use ListInferenceComponentsRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListInferenceComponentsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListInferenceComponentsRequest Modifier and Type Method Description default CompletableFuture<ListInferenceComponentsResponse>SageMakerAsyncClient. listInferenceComponents(ListInferenceComponentsRequest 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.default ListInferenceComponentsPublisherSageMakerAsyncClient. listInferenceComponentsPaginator(ListInferenceComponentsRequest listInferenceComponentsRequest)Lists the inference components in your account and their properties.default ListInferenceComponentsIterableSageMakerClient. listInferenceComponentsPaginator(ListInferenceComponentsRequest listInferenceComponentsRequest)Lists the inference components in your account and their properties. -
Uses of ListInferenceComponentsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListInferenceComponentsRequest Constructor Description ListInferenceComponentsIterable(SageMakerClient client, ListInferenceComponentsRequest firstRequest)ListInferenceComponentsPublisher(SageMakerAsyncClient client, ListInferenceComponentsRequest firstRequest) -
Uses of ListInferenceComponentsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListInferenceComponentsRequest Modifier and Type Method Description SdkHttpFullRequestListInferenceComponentsRequestMarshaller. marshall(ListInferenceComponentsRequest listInferenceComponentsRequest)
-