Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateWorkforceResponse
-
Packages that use UpdateWorkforceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateWorkforceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateWorkforceResponse Modifier and Type Method Description default UpdateWorkforceResponseSageMakerClient. updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)Use this operation to update your workforce.default UpdateWorkforceResponseSageMakerClient. updateWorkforce(UpdateWorkforceRequest updateWorkforceRequest)Use this operation to update your workforce.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateWorkforceResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkforceResponse>SageMakerAsyncClient. updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)Use this operation to update your workforce.default CompletableFuture<UpdateWorkforceResponse>SageMakerAsyncClient. updateWorkforce(UpdateWorkforceRequest updateWorkforceRequest)Use this operation to update your workforce.
-