Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeviceSummary
-
Packages that use DeviceSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of DeviceSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeviceSummary Modifier and Type Method Description List<DeviceSummary>ListDevicesResponse. deviceSummaries()Summary of devices.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeviceSummary Modifier and Type Method Description ListDevicesResponse.BuilderListDevicesResponse.Builder. deviceSummaries(DeviceSummary... deviceSummaries)Summary of devices.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeviceSummary Modifier and Type Method Description ListDevicesResponse.BuilderListDevicesResponse.Builder. deviceSummaries(Collection<DeviceSummary> deviceSummaries)Summary of devices. -
Uses of DeviceSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type DeviceSummary Modifier and Type Method Description SdkIterable<DeviceSummary>ListDevicesIterable. deviceSummaries()Returns an iterable to iterate through the paginatedListDevicesResponse.deviceSummaries()member.SdkPublisher<DeviceSummary>ListDevicesPublisher. deviceSummaries()Returns a publisher that can be used to get a stream of data.
-