| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCodeRepositoryResult> |
AmazonSageMakerAsync.createCodeRepositoryAsync(CreateCodeRepositoryRequest createCodeRepositoryRequest,
AsyncHandler<CreateCodeRepositoryRequest,CreateCodeRepositoryResult> asyncHandler)
Creates a Git repository as a resource in your Amazon SageMaker account.
|
Future<CreateCodeRepositoryResult> |
AbstractAmazonSageMakerAsync.createCodeRepositoryAsync(CreateCodeRepositoryRequest request,
AsyncHandler<CreateCodeRepositoryRequest,CreateCodeRepositoryResult> asyncHandler) |
Future<CreateCodeRepositoryResult> |
AmazonSageMakerAsyncClient.createCodeRepositoryAsync(CreateCodeRepositoryRequest request,
AsyncHandler<CreateCodeRepositoryRequest,CreateCodeRepositoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCodeRepositoryRequest |
CreateCodeRepositoryRequest.clone() |
CreateCodeRepositoryRequest |
CreateCodeRepositoryRequest.withCodeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
CreateCodeRepositoryRequest |
CreateCodeRepositoryRequest.withGitConfig(GitConfig gitConfig)
Specifies details about the repository, including the URL where the repository is located, the default branch,
and credentials to use to access the repository.
|
Copyright © 2020. All rights reserved.