| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCodeRepositoryResult> |
AbstractAmazonSageMakerAsync.updateCodeRepositoryAsync(UpdateCodeRepositoryRequest request,
AsyncHandler<UpdateCodeRepositoryRequest,UpdateCodeRepositoryResult> asyncHandler) |
Future<UpdateCodeRepositoryResult> |
AmazonSageMakerAsync.updateCodeRepositoryAsync(UpdateCodeRepositoryRequest updateCodeRepositoryRequest,
AsyncHandler<UpdateCodeRepositoryRequest,UpdateCodeRepositoryResult> asyncHandler)
Updates the specified Git repository with the specified values.
|
Future<UpdateCodeRepositoryResult> |
AmazonSageMakerAsyncClient.updateCodeRepositoryAsync(UpdateCodeRepositoryRequest request,
AsyncHandler<UpdateCodeRepositoryRequest,UpdateCodeRepositoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCodeRepositoryRequest |
UpdateCodeRepositoryRequest.clone() |
UpdateCodeRepositoryRequest |
UpdateCodeRepositoryRequest.withCodeRepositoryName(String codeRepositoryName)
The name of the Git repository to update.
|
UpdateCodeRepositoryRequest |
UpdateCodeRepositoryRequest.withGitConfig(GitConfigForUpdate gitConfig)
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
Copyright © 2024. All rights reserved.