Class: Aws::SageMaker::Types::CodeRepository

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

Overview

A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_urlString

The URL of the Git repository.

Returns:

  • (String)


7041
7042
7043
7044
7045
# File 'lib/aws-sdk-sagemaker/types.rb', line 7041

class CodeRepository < Struct.new(
  :repository_url)
  SENSITIVE = []
  include Aws::Structure
end