Class: Aws::SageMaker::Types::HubContentDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HubContentDependency
- Defined in:
- gems/aws-sdk-sagemaker/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.
22581 22582 22583 22584 22585 22586 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22581 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.
22581 22582 22583 22584 22585 22586 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22581 class HubContentDependency < Struct.new( :dependency_origin_path, :dependency_copy_path) SENSITIVE = [] include Aws::Structure end |