| 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 |
|---|---|
ListStageDevicesResult |
AbstractAmazonSageMaker.listStageDevices(ListStageDevicesRequest request) |
ListStageDevicesResult |
AmazonSageMakerClient.listStageDevices(ListStageDevicesRequest request)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
ListStageDevicesResult |
AmazonSageMaker.listStageDevices(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStageDevicesResult> |
AbstractAmazonSageMakerAsync.listStageDevicesAsync(ListStageDevicesRequest request,
AsyncHandler<ListStageDevicesRequest,ListStageDevicesResult> asyncHandler) |
Future<ListStageDevicesResult> |
AmazonSageMakerAsync.listStageDevicesAsync(ListStageDevicesRequest listStageDevicesRequest,
AsyncHandler<ListStageDevicesRequest,ListStageDevicesResult> asyncHandler)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
Future<ListStageDevicesResult> |
AmazonSageMakerAsyncClient.listStageDevicesAsync(ListStageDevicesRequest request,
AsyncHandler<ListStageDevicesRequest,ListStageDevicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStageDevicesResult |
ListStageDevicesResult.clone() |
ListStageDevicesResult |
ListStageDevicesResult.withDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResult |
ListStageDevicesResult.withDeviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResult |
ListStageDevicesResult.withNextToken(String nextToken)
The token to use when calling the next page of results.
|
Copyright © 2024. All rights reserved.