| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStageDevicesResponse> |
SageMakerAsyncClient.listStageDevices(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
default ListStageDevicesResponse |
SageMakerClient.listStageDevices(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
default ListStageDevicesPublisher |
SageMakerAsyncClient.listStageDevicesPaginator(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
default ListStageDevicesIterable |
SageMakerClient.listStageDevicesPaginator(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
| Constructor and Description |
|---|
ListStageDevicesIterable(SageMakerClient client,
ListStageDevicesRequest firstRequest) |
ListStageDevicesPublisher(SageMakerAsyncClient client,
ListStageDevicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStageDevicesRequestMarshaller.marshall(ListStageDevicesRequest listStageDevicesRequest) |
Copyright © 2022. All rights reserved.