| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTrialComponentsResult> |
AmazonSageMakerAsyncClient.listTrialComponentsAsync(ListTrialComponentsRequest request,
AsyncHandler<ListTrialComponentsRequest,ListTrialComponentsResult> asyncHandler) |
Future<ListTrialComponentsResult> |
AmazonSageMakerAsync.listTrialComponentsAsync(ListTrialComponentsRequest listTrialComponentsRequest,
AsyncHandler<ListTrialComponentsRequest,ListTrialComponentsResult> asyncHandler)
Lists the trial components in your account.
|
Future<ListTrialComponentsResult> |
AbstractAmazonSageMakerAsync.listTrialComponentsAsync(ListTrialComponentsRequest request,
AsyncHandler<ListTrialComponentsRequest,ListTrialComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsRequest |
ListTrialComponentsRequest.clone() |
ListTrialComponentsRequest |
ListTrialComponentsRequest.withCreatedAfter(Date createdAfter)
A filter that returns only components created after the specified time.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withCreatedBefore(Date createdBefore)
A filter that returns only components created before the specified time.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withExperimentName(String experimentName)
A filter that returns only components that are part of the specified experiment.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of components to return in the response.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withNextToken(String nextToken)
If the previous call to
ListTrialComponents didn't return the full set of components, the call
returns a token for getting the next set of components. |
ListTrialComponentsRequest |
ListTrialComponentsRequest.withSortBy(SortTrialComponentsBy sortBy)
The property used to sort results.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withSortBy(String sortBy)
The property used to sort results.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withSortOrder(String sortOrder)
The sort order.
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withSourceArn(String sourceArn)
A filter that returns only components that have the specified source Amazon Resource Name (ARN).
|
ListTrialComponentsRequest |
ListTrialComponentsRequest.withTrialName(String trialName)
A filter that returns only components that are part of the specified trial.
|
Copyright © 2022. All rights reserved.