| 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 |
|---|---|
ListHubsResult |
AmazonSageMakerClient.listHubs(ListHubsRequest request)
List all existing hubs.
|
ListHubsResult |
AbstractAmazonSageMaker.listHubs(ListHubsRequest request) |
ListHubsResult |
AmazonSageMaker.listHubs(ListHubsRequest listHubsRequest)
List all existing hubs.
|
Future<ListHubsResult> |
AmazonSageMakerAsyncClient.listHubsAsync(ListHubsRequest request) |
Future<ListHubsResult> |
AmazonSageMakerAsync.listHubsAsync(ListHubsRequest listHubsRequest)
List all existing hubs.
|
Future<ListHubsResult> |
AbstractAmazonSageMakerAsync.listHubsAsync(ListHubsRequest request) |
Future<ListHubsResult> |
AmazonSageMakerAsyncClient.listHubsAsync(ListHubsRequest request,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler) |
Future<ListHubsResult> |
AmazonSageMakerAsync.listHubsAsync(ListHubsRequest listHubsRequest,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler)
List all existing hubs.
|
Future<ListHubsResult> |
AbstractAmazonSageMakerAsync.listHubsAsync(ListHubsRequest request,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHubsResult> |
AmazonSageMakerAsyncClient.listHubsAsync(ListHubsRequest request,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler) |
Future<ListHubsResult> |
AmazonSageMakerAsync.listHubsAsync(ListHubsRequest listHubsRequest,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler)
List all existing hubs.
|
Future<ListHubsResult> |
AbstractAmazonSageMakerAsync.listHubsAsync(ListHubsRequest request,
AsyncHandler<ListHubsRequest,ListHubsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHubsRequest |
ListHubsRequest.clone() |
ListHubsRequest |
ListHubsRequest.withCreationTimeAfter(Date creationTimeAfter)
Only list hubs that were created after the time specified.
|
ListHubsRequest |
ListHubsRequest.withCreationTimeBefore(Date creationTimeBefore)
Only list hubs that were created before the time specified.
|
ListHubsRequest |
ListHubsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Only list hubs that were last modified after the time specified.
|
ListHubsRequest |
ListHubsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Only list hubs that were last modified before the time specified.
|
ListHubsRequest |
ListHubsRequest.withMaxResults(Integer maxResults)
The maximum number of hubs to list.
|
ListHubsRequest |
ListHubsRequest.withNameContains(String nameContains)
Only list hubs with names that contain the specified string.
|
ListHubsRequest |
ListHubsRequest.withNextToken(String nextToken)
If the response to a previous
ListHubs request was truncated, the response includes a
NextToken. |
ListHubsRequest |
ListHubsRequest.withSortBy(HubSortBy sortBy)
Sort hubs by either name or creation time.
|
ListHubsRequest |
ListHubsRequest.withSortBy(String sortBy)
Sort hubs by either name or creation time.
|
ListHubsRequest |
ListHubsRequest.withSortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
|
ListHubsRequest |
ListHubsRequest.withSortOrder(String sortOrder)
Sort hubs by ascending or descending order.
|
Copyright © 2024. All rights reserved.