Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeviceDeploymentSummary
-
Packages that use DeviceDeploymentSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of DeviceDeploymentSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeviceDeploymentSummary Modifier and Type Method Description List<DeviceDeploymentSummary>ListStageDevicesResponse. deviceDeploymentSummaries()List of summaries of devices allocated to the stage.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeviceDeploymentSummary Modifier and Type Method Description ListStageDevicesResponse.BuilderListStageDevicesResponse.Builder. deviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)List of summaries of devices allocated to the stage.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeviceDeploymentSummary Modifier and Type Method Description ListStageDevicesResponse.BuilderListStageDevicesResponse.Builder. deviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)List of summaries of devices allocated to the stage. -
Uses of DeviceDeploymentSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type DeviceDeploymentSummary Modifier and Type Method Description SdkIterable<DeviceDeploymentSummary>ListStageDevicesIterable. deviceDeploymentSummaries()Returns an iterable to iterate through the paginatedListStageDevicesResponse.deviceDeploymentSummaries()member.SdkPublisher<DeviceDeploymentSummary>ListStageDevicesPublisher. deviceDeploymentSummaries()Returns a publisher that can be used to get a stream of data.
-