Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListStageDevicesRequest.Builder
-
Packages that use ListStageDevicesRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListStageDevicesRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type ListStageDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStageDevicesResponse>SageMakerAsyncClient. listStageDevices(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default ListStageDevicesResponseSageMakerClient. listStageDevices(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default ListStageDevicesPublisherSageMakerAsyncClient. listStageDevicesPaginator(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default ListStageDevicesIterableSageMakerClient. listStageDevicesPaginator(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status. -
Uses of ListStageDevicesRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListStageDevicesRequest.Builder Modifier and Type Method Description static ListStageDevicesRequest.BuilderListStageDevicesRequest. builder()ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. edgeDeploymentPlanName(String edgeDeploymentPlanName)The name of the edge deployment plan.ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. excludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)Toggle for excluding devices deployed in other stages.ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of requests to select.ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. nextToken(String nextToken)The response from the last list when returning a list large enough to neeed tokening.ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStageDevicesRequest.BuilderListStageDevicesRequest.Builder. stageName(String stageName)The name of the stage in the deployment.ListStageDevicesRequest.BuilderListStageDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListStageDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListStageDevicesRequest.Builder>ListStageDevicesRequest. serializableBuilderClass()
-