| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.