Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeCodeRepositoryResponse
-
Packages that use DescribeCodeRepositoryResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeCodeRepositoryResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeCodeRepositoryResponse Modifier and Type Method Description default DescribeCodeRepositoryResponse
SageMakerClient. describeCodeRepository(Consumer<DescribeCodeRepositoryRequest.Builder> describeCodeRepositoryRequest)
Gets details about the specified Git repository.default DescribeCodeRepositoryResponse
SageMakerClient. describeCodeRepository(DescribeCodeRepositoryRequest describeCodeRepositoryRequest)
Gets details about the specified Git repository.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeCodeRepositoryResponse Modifier and Type Method Description default CompletableFuture<DescribeCodeRepositoryResponse>
SageMakerAsyncClient. describeCodeRepository(Consumer<DescribeCodeRepositoryRequest.Builder> describeCodeRepositoryRequest)
Gets details about the specified Git repository.default CompletableFuture<DescribeCodeRepositoryResponse>
SageMakerAsyncClient. describeCodeRepository(DescribeCodeRepositoryRequest describeCodeRepositoryRequest)
Gets details about the specified Git repository.
-