| 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<ListSpacesResult> |
AmazonSageMakerAsyncClient.listSpacesAsync(ListSpacesRequest request,
AsyncHandler<ListSpacesRequest,ListSpacesResult> asyncHandler) |
Future<ListSpacesResult> |
AbstractAmazonSageMakerAsync.listSpacesAsync(ListSpacesRequest request,
AsyncHandler<ListSpacesRequest,ListSpacesResult> asyncHandler) |
Future<ListSpacesResult> |
AmazonSageMakerAsync.listSpacesAsync(ListSpacesRequest listSpacesRequest,
AsyncHandler<ListSpacesRequest,ListSpacesResult> asyncHandler)
Lists spaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpacesRequest |
ListSpacesRequest.clone() |
ListSpacesRequest |
ListSpacesRequest.withDomainIdEquals(String domainIdEquals)
A parameter to search for the domain ID.
|
ListSpacesRequest |
ListSpacesRequest.withMaxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response.
|
ListSpacesRequest |
ListSpacesRequest.withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListSpacesRequest |
ListSpacesRequest.withSortBy(SpaceSortKey sortBy)
The parameter by which to sort the results.
|
ListSpacesRequest |
ListSpacesRequest.withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListSpacesRequest |
ListSpacesRequest.withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListSpacesRequest |
ListSpacesRequest.withSortOrder(String sortOrder)
The sort order for the results.
|
ListSpacesRequest |
ListSpacesRequest.withSpaceNameContains(String spaceNameContains)
A parameter by which to filter the results.
|
Copyright © 2024. All rights reserved.