| 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<ListModelPackageGroupsResult> |
AmazonSageMakerAsyncClient.listModelPackageGroupsAsync(ListModelPackageGroupsRequest request,
AsyncHandler<ListModelPackageGroupsRequest,ListModelPackageGroupsResult> asyncHandler) |
Future<ListModelPackageGroupsResult> |
AmazonSageMakerAsync.listModelPackageGroupsAsync(ListModelPackageGroupsRequest listModelPackageGroupsRequest,
AsyncHandler<ListModelPackageGroupsRequest,ListModelPackageGroupsResult> asyncHandler)
Gets a list of the model groups in your Amazon Web Services account.
|
Future<ListModelPackageGroupsResult> |
AbstractAmazonSageMakerAsync.listModelPackageGroupsAsync(ListModelPackageGroupsRequest request,
AsyncHandler<ListModelPackageGroupsRequest,ListModelPackageGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.clone() |
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only model groups created after the specified time.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only model groups created before the specified time.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withCrossAccountFilterOption(CrossAccountFilterOption crossAccountFilterOption)
A filter that returns either model groups shared with you or model groups in your own account.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withCrossAccountFilterOption(String crossAccountFilterOption)
A filter that returns either model groups shared with you or model groups in your own account.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withNameContains(String nameContains)
A string in the model group name.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withNextToken(String nextToken)
If the result of the previous
ListModelPackageGroups request was truncated, the response includes a
NextToken. |
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withSortBy(ModelPackageGroupSortBy sortBy)
The field to sort results by.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListModelPackageGroupsRequest |
ListModelPackageGroupsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
Copyright © 2025. All rights reserved.