| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceDeploymentSummary> |
ListStageDevicesResponse.deviceDeploymentSummaries()
List of summaries of devices allocated to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
ListStageDevicesResponse.Builder |
ListStageDevicesResponse.Builder.deviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
ListStageDevicesResponse.Builder |
ListStageDevicesResponse.Builder.deviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DeviceDeploymentSummary> |
ListStageDevicesIterable.deviceDeploymentSummaries()
Returns an iterable to iterate through the paginated
ListStageDevicesResponse.deviceDeploymentSummaries()
member. |
SdkPublisher<DeviceDeploymentSummary> |
ListStageDevicesPublisher.deviceDeploymentSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.