| 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 |
|---|---|
ListAppImageConfigsResult |
AmazonSageMakerClient.listAppImageConfigs(ListAppImageConfigsRequest request)
Lists the AppImageConfigs in your account and their properties.
|
ListAppImageConfigsResult |
AmazonSageMaker.listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
ListAppImageConfigsResult |
AbstractAmazonSageMaker.listAppImageConfigs(ListAppImageConfigsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAppImageConfigsResult> |
AmazonSageMakerAsyncClient.listAppImageConfigsAsync(ListAppImageConfigsRequest request,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler) |
Future<ListAppImageConfigsResult> |
AmazonSageMakerAsync.listAppImageConfigsAsync(ListAppImageConfigsRequest listAppImageConfigsRequest,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler)
Lists the AppImageConfigs in your account and their properties.
|
Future<ListAppImageConfigsResult> |
AbstractAmazonSageMakerAsync.listAppImageConfigsAsync(ListAppImageConfigsRequest request,
AsyncHandler<ListAppImageConfigsRequest,ListAppImageConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsResult |
ListAppImageConfigsResult.clone() |
ListAppImageConfigsResult |
ListAppImageConfigsResult.withAppImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResult |
ListAppImageConfigsResult.withAppImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResult |
ListAppImageConfigsResult.withNextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
|
Copyright © 2022. All rights reserved.