| 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 |
|---|---|
DescribeCodeRepositoryResult |
AbstractAmazonSageMaker.describeCodeRepository(DescribeCodeRepositoryRequest request) |
DescribeCodeRepositoryResult |
AmazonSageMakerClient.describeCodeRepository(DescribeCodeRepositoryRequest request)
Gets details about the specified Git repository.
|
DescribeCodeRepositoryResult |
AmazonSageMaker.describeCodeRepository(DescribeCodeRepositoryRequest describeCodeRepositoryRequest)
Gets details about the specified Git repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCodeRepositoryResult> |
AmazonSageMakerAsyncClient.describeCodeRepositoryAsync(DescribeCodeRepositoryRequest request,
AsyncHandler<DescribeCodeRepositoryRequest,DescribeCodeRepositoryResult> asyncHandler) |
Future<DescribeCodeRepositoryResult> |
AmazonSageMakerAsync.describeCodeRepositoryAsync(DescribeCodeRepositoryRequest describeCodeRepositoryRequest,
AsyncHandler<DescribeCodeRepositoryRequest,DescribeCodeRepositoryResult> asyncHandler)
Gets details about the specified Git repository.
|
Future<DescribeCodeRepositoryResult> |
AbstractAmazonSageMakerAsync.describeCodeRepositoryAsync(DescribeCodeRepositoryRequest request,
AsyncHandler<DescribeCodeRepositoryRequest,DescribeCodeRepositoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.clone() |
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the Git repository.
|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withCodeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withCreationTime(Date creationTime)
The date and time that the repository was created.
|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withGitConfig(GitConfig gitConfig)
Configuration details about the repository, including the URL where the repository is located, the default
branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the repository.
|
DescribeCodeRepositoryResult |
DescribeCodeRepositoryResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the repository was last changed.
|
Copyright © 2022. All rights reserved.