| 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 |
|---|---|
ListHubContentsResult |
AbstractAmazonSageMaker.listHubContents(ListHubContentsRequest request) |
ListHubContentsResult |
AmazonSageMakerClient.listHubContents(ListHubContentsRequest request)
List the contents of a hub.
|
ListHubContentsResult |
AmazonSageMaker.listHubContents(ListHubContentsRequest listHubContentsRequest)
List the contents of a hub.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListHubContentsResult> |
AbstractAmazonSageMakerAsync.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> |
AmazonSageMakerAsyncClient.listHubContentsAsync(ListHubContentsRequest request,
AsyncHandler<ListHubContentsRequest,ListHubContentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHubContentsResult |
ListHubContentsResult.clone() |
ListHubContentsResult |
ListHubContentsResult.withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResult |
ListHubContentsResult.withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResult |
ListHubContentsResult.withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
Copyright © 2024. All rights reserved.