Class: Aws::SageMaker::Types::HubContentDependency

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

Overview

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependency_copy_pathString

The hub content dependency copy path.

Returns:

  • (String)


20156
20157
20158
20159
20160
20161
# File 'lib/aws-sdk-sagemaker/types.rb', line 20156

class HubContentDependency < Struct.new(
  :dependency_origin_path,
  :dependency_copy_path)
  SENSITIVE = []
  include Aws::Structure
end

#dependency_origin_pathString

The hub content dependency origin path.

Returns:

  • (String)


20156
20157
20158
20159
20160
20161
# File 'lib/aws-sdk-sagemaker/types.rb', line 20156

class HubContentDependency < Struct.new(
  :dependency_origin_path,
  :dependency_copy_path)
  SENSITIVE = []
  include Aws::Structure
end