| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStageDevicesResponse |
SageMakerClient.listStageDevices(Consumer<ListStageDevicesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStageDevicesResponse> |
SageMakerAsyncClient.listStageDevices(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
default CompletableFuture<ListStageDevicesResponse> |
SageMakerAsyncClient.listStageDevices(ListStageDevicesRequest listStageDevicesRequest)
Lists devices allocated to the stage, containing detailed device information and deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStageDevicesResponse> |
ListStageDevicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStageDevicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStageDevicesResponse> subscriber) |
Copyright © 2022. All rights reserved.