Class: Aws::SageMaker::Types::DescribeCodeRepositoryInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeCodeRepositoryInput data as a hash:

{
  code_repository_name: "EntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_nameString

The name of the Git repository to describe.



6354
6355
6356
6357
# File 'lib/aws-sdk-sagemaker/types.rb', line 6354

class DescribeCodeRepositoryInput < Struct.new(
  :code_repository_name)
  include Aws::Structure
end