| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTrialsResult> |
AmazonSageMakerAsyncClient.listTrialsAsync(ListTrialsRequest request,
AsyncHandler<ListTrialsRequest,ListTrialsResult> asyncHandler) |
Future<ListTrialsResult> |
AbstractAmazonSageMakerAsync.listTrialsAsync(ListTrialsRequest request,
AsyncHandler<ListTrialsRequest,ListTrialsResult> asyncHandler) |
Future<ListTrialsResult> |
AmazonSageMakerAsync.listTrialsAsync(ListTrialsRequest listTrialsRequest,
AsyncHandler<ListTrialsRequest,ListTrialsResult> asyncHandler)
Lists the trials in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrialsRequest |
ListTrialsRequest.clone() |
ListTrialsRequest |
ListTrialsRequest.withCreatedAfter(Date createdAfter)
A filter that returns only trials created after the specified time.
|
ListTrialsRequest |
ListTrialsRequest.withCreatedBefore(Date createdBefore)
A filter that returns only trials created before the specified time.
|
ListTrialsRequest |
ListTrialsRequest.withExperimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
|
ListTrialsRequest |
ListTrialsRequest.withMaxResults(Integer maxResults)
The maximum number of trials to return in the response.
|
ListTrialsRequest |
ListTrialsRequest.withNextToken(String nextToken)
If the previous call to
ListTrials didn't return the full set of trials, the call returns a token
for getting the next set of trials. |
ListTrialsRequest |
ListTrialsRequest.withSortBy(SortTrialsBy sortBy)
The property used to sort results.
|
ListTrialsRequest |
ListTrialsRequest.withSortBy(String sortBy)
The property used to sort results.
|
ListTrialsRequest |
ListTrialsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
ListTrialsRequest |
ListTrialsRequest.withSortOrder(String sortOrder)
The sort order.
|
ListTrialsRequest |
ListTrialsRequest.withTrialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
|
Copyright © 2024. All rights reserved.