| 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<ListAssociationsResult> |
AbstractAmazonSageMakerAsync.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AmazonSageMakerAsyncClient.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AmazonSageMakerAsync.listAssociationsAsync(ListAssociationsRequest listAssociationsRequest,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler)
Lists the associations in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsRequest |
ListAssociationsRequest.clone() |
ListAssociationsRequest |
ListAssociationsRequest.withAssociationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
|
ListAssociationsRequest |
ListAssociationsRequest.withAssociationType(String associationType)
A filter that returns only associations of the specified type.
|
ListAssociationsRequest |
ListAssociationsRequest.withCreatedAfter(Date createdAfter)
A filter that returns only associations created on or after the specified time.
|
ListAssociationsRequest |
ListAssociationsRequest.withCreatedBefore(Date createdBefore)
A filter that returns only associations created on or before the specified time.
|
ListAssociationsRequest |
ListAssociationsRequest.withDestinationArn(String destinationArn)
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
|
ListAssociationsRequest |
ListAssociationsRequest.withDestinationType(String destinationType)
A filter that returns only associations with the specified destination type.
|
ListAssociationsRequest |
ListAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of associations to return in the response.
|
ListAssociationsRequest |
ListAssociationsRequest.withNextToken(String nextToken)
If the previous call to
ListAssociations didn't return the full set of associations, the call
returns a token for getting the next set of associations. |
ListAssociationsRequest |
ListAssociationsRequest.withSortBy(SortAssociationsBy sortBy)
The property used to sort results.
|
ListAssociationsRequest |
ListAssociationsRequest.withSortBy(String sortBy)
The property used to sort results.
|
ListAssociationsRequest |
ListAssociationsRequest.withSortOrder(SortOrder sortOrder)
The sort order.
|
ListAssociationsRequest |
ListAssociationsRequest.withSortOrder(String sortOrder)
The sort order.
|
ListAssociationsRequest |
ListAssociationsRequest.withSourceArn(String sourceArn)
A filter that returns only associations with the specified source ARN.
|
ListAssociationsRequest |
ListAssociationsRequest.withSourceType(String sourceType)
A filter that returns only associations with the specified source type.
|
Copyright © 2024. All rights reserved.