Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateCodeRepositoryResponse
-
Packages that use UpdateCodeRepositoryResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateCodeRepositoryResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateCodeRepositoryResponse Modifier and Type Method Description default UpdateCodeRepositoryResponse
SageMakerClient. updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.default UpdateCodeRepositoryResponse
SageMakerClient. updateCodeRepository(UpdateCodeRepositoryRequest updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateCodeRepositoryResponse Modifier and Type Method Description default CompletableFuture<UpdateCodeRepositoryResponse>
SageMakerAsyncClient. updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.default CompletableFuture<UpdateCodeRepositoryResponse>
SageMakerAsyncClient. updateCodeRepository(UpdateCodeRepositoryRequest updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.
-