| 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<ListHubContentsResult> |
AmazonSageMakerAsyncClient.listHubContentsAsync(ListHubContentsRequest request,
AsyncHandler<ListHubContentsRequest,ListHubContentsResult> asyncHandler) |
Future<ListHubContentsResult> |
AmazonSageMakerAsync.listHubContentsAsync(ListHubContentsRequest listHubContentsRequest,
AsyncHandler<ListHubContentsRequest,ListHubContentsResult> asyncHandler)
List the contents of a hub.
|
Future<ListHubContentsResult> |
AbstractAmazonSageMakerAsync.listHubContentsAsync(ListHubContentsRequest request,
AsyncHandler<ListHubContentsRequest,ListHubContentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHubContentsRequest |
ListHubContentsRequest.clone() |
ListHubContentsRequest |
ListHubContentsRequest.withCreationTimeAfter(Date creationTimeAfter)
Only list hub content that was created after the time specified.
|
ListHubContentsRequest |
ListHubContentsRequest.withCreationTimeBefore(Date creationTimeBefore)
Only list hub content that was created before the time specified.
|
ListHubContentsRequest |
ListHubContentsRequest.withHubContentType(HubContentType hubContentType)
The type of hub content to list.
|
ListHubContentsRequest |
ListHubContentsRequest.withHubContentType(String hubContentType)
The type of hub content to list.
|
ListHubContentsRequest |
ListHubContentsRequest.withHubName(String hubName)
The name of the hub to list the contents of.
|
ListHubContentsRequest |
ListHubContentsRequest.withMaxResults(Integer maxResults)
The maximum amount of hub content to list.
|
ListHubContentsRequest |
ListHubContentsRequest.withMaxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema verion.
|
ListHubContentsRequest |
ListHubContentsRequest.withNameContains(String nameContains)
Only list hub content if the name contains the specified string.
|
ListHubContentsRequest |
ListHubContentsRequest.withNextToken(String nextToken)
If the response to a previous
ListHubContents request was truncated, the response includes a
NextToken. |
ListHubContentsRequest |
ListHubContentsRequest.withSortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest |
ListHubContentsRequest.withSortBy(String sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest |
ListHubContentsRequest.withSortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
|
ListHubContentsRequest |
ListHubContentsRequest.withSortOrder(String sortOrder)
Sort hubs by ascending or descending order.
|
Copyright © 2025. All rights reserved.