| 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 ListTrialsResponse |
SageMakerClient.listTrials(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsResponse |
SageMakerClient.listTrials(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTrialsResponse> |
SageMakerAsyncClient.listTrials(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default CompletableFuture<ListTrialsResponse> |
SageMakerAsyncClient.listTrials(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTrialsResponse> |
ListTrialsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrialsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrialsResponse> subscriber) |
Copyright © 2022. All rights reserved.