Class: Aws::SageMaker::Types::HubContentDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HubContentDependency
- 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
-
#dependency_copy_path ⇒ String
The hub content dependency copy path.
-
#dependency_origin_path ⇒ String
The hub content dependency origin path.
Instance Attribute Details
#dependency_copy_path ⇒ String
The hub content dependency copy path.
21432 21433 21434 21435 21436 21437 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21432 class HubContentDependency < Struct.new( :dependency_origin_path, :dependency_copy_path) SENSITIVE = [] include Aws::Structure end |
#dependency_origin_path ⇒ String
The hub content dependency origin path.
21432 21433 21434 21435 21436 21437 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21432 class HubContentDependency < Struct.new( :dependency_origin_path, :dependency_copy_path) SENSITIVE = [] include Aws::Structure end |