| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(ListTrialComponentsRequest listTrialComponentsRequest)
Lists the trial components in your account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTrialComponentsResponse> |
ListTrialComponentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrialComponentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrialComponentsResponse> subscriber) |
Copyright © 2022. All rights reserved.