| 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<ListUserProfilesResult> |
AmazonSageMakerAsyncClient.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
Future<ListUserProfilesResult> |
AmazonSageMakerAsync.listUserProfilesAsync(ListUserProfilesRequest listUserProfilesRequest,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler)
Lists user profiles.
|
Future<ListUserProfilesResult> |
AbstractAmazonSageMakerAsync.listUserProfilesAsync(ListUserProfilesRequest request,
AsyncHandler<ListUserProfilesRequest,ListUserProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesRequest |
ListUserProfilesRequest.clone() |
ListUserProfilesRequest |
ListUserProfilesRequest.withDomainIdEquals(String domainIdEquals)
A parameter by which to filter the results.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withMaxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withSortBy(UserProfileSortKey sortBy)
The parameter by which to sort the results.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withSortOrder(String sortOrder)
The sort order for the results.
|
ListUserProfilesRequest |
ListUserProfilesRequest.withUserProfileNameContains(String userProfileNameContains)
A parameter by which to filter the results.
|
Copyright © 2025. All rights reserved.