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)


18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-sagemaker/types.rb', line 18902

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)


18902
18903
18904
18905
18906
18907
# File 'lib/aws-sdk-sagemaker/types.rb', line 18902

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