Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListTrialComponentsResponse
-
Packages that use ListTrialComponentsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListTrialComponentsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListTrialComponentsResponse Modifier and Type Method Description default ListTrialComponentsResponseSageMakerClient. listTrialComponents(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)Lists the trial components in your account.default ListTrialComponentsResponseSageMakerClient. listTrialComponents(ListTrialComponentsRequest listTrialComponentsRequest)Lists the trial components in your account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListTrialComponentsResponse Modifier and Type Method Description default CompletableFuture<ListTrialComponentsResponse>SageMakerAsyncClient. listTrialComponents(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)Lists the trial components in your account.default CompletableFuture<ListTrialComponentsResponse>SageMakerAsyncClient. listTrialComponents(ListTrialComponentsRequest listTrialComponentsRequest)Lists the trial components in your account. -
Uses of ListTrialComponentsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListTrialComponentsResponse Modifier and Type Method Description Iterator<ListTrialComponentsResponse>ListTrialComponentsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListTrialComponentsResponse Modifier and Type Method Description voidListTrialComponentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTrialComponentsResponse> subscriber)
-