Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>SageMakerAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)A list of devices.default ListDevicesResponseSageMakerClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)A list of devices.default ListDevicesPublisherSageMakerAsyncClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofSageMakerAsyncClient.listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)operation.default ListDevicesIterableSageMakerClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofSageMakerClient.listDevices(software.amazon.awssdk.services.sagemaker.model.ListDevicesRequest)operation. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. deviceFleetName(String deviceFleetName)Filter for fleets containing this name in their device fleet name.ListDevicesRequest.BuilderListDevicesRequest.Builder. latestHeartbeatAfter(Instant latestHeartbeatAfter)Select fleets where the job was updated after XListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)Maximum number of results to select.ListDevicesRequest.BuilderListDevicesRequest.Builder. modelName(String modelName)A filter that searches devices that contains this name in any of their models.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)The response from the last list when returning a list large enough to need tokening.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-