Class: Humidifier::SageMaker::Pipeline
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::SageMaker::Pipeline resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#parallelism_configuration ⇒ Object
returns the ParallelismConfiguration property.
-
#parallelism_configuration=(value) ⇒ Object
sets the ParallelismConfiguration property (Json).
-
#pipeline_definition ⇒ Object
returns the PipelineDefinition property.
-
#pipeline_definition=(value) ⇒ Object
sets the PipelineDefinition property (Json).
-
#pipeline_description ⇒ Object
returns the PipelineDescription property.
-
#pipeline_description=(value) ⇒ Object
sets the PipelineDescription property (String).
-
#pipeline_display_name ⇒ Object
returns the PipelineDisplayName property.
-
#pipeline_display_name=(value) ⇒ Object
sets the PipelineDisplayName property (String).
-
#pipeline_name ⇒ Object
returns the PipelineName property.
-
#pipeline_name=(value) ⇒ Object
sets the PipelineName property (String).
-
#role_arn ⇒ Object
returns the RoleArn property.
-
#role_arn=(value) ⇒ Object
sets the RoleArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#parallelism_configuration ⇒ Object
returns the ParallelismConfiguration property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def parallelism_configuration properties['parallelism_configuration'] end |
#parallelism_configuration=(value) ⇒ Object
sets the ParallelismConfiguration property (Json)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def parallelism_configuration=(value) update_property('parallelism_configuration', value) end |
#pipeline_definition ⇒ Object
returns the PipelineDefinition property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def pipeline_definition properties['pipeline_definition'] end |
#pipeline_definition=(value) ⇒ Object
sets the PipelineDefinition property (Json)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def pipeline_definition=(value) update_property('pipeline_definition', value) end |
#pipeline_description ⇒ Object
returns the PipelineDescription property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def pipeline_description properties['pipeline_description'] end |
#pipeline_description=(value) ⇒ Object
sets the PipelineDescription property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def pipeline_description=(value) update_property('pipeline_description', value) end |
#pipeline_display_name ⇒ Object
returns the PipelineDisplayName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def pipeline_display_name properties['pipeline_display_name'] end |
#pipeline_display_name=(value) ⇒ Object
sets the PipelineDisplayName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def pipeline_display_name=(value) update_property('pipeline_display_name', value) end |
#pipeline_name ⇒ Object
returns the PipelineName property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def pipeline_name properties['pipeline_name'] end |
#pipeline_name=(value) ⇒ Object
sets the PipelineName property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def pipeline_name=(value) update_property('pipeline_name', value) end |
#role_arn ⇒ Object
returns the RoleArn property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def role_arn properties['role_arn'] end |
#role_arn=(value) ⇒ Object
sets the RoleArn property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def role_arn=(value) update_property('role_arn', value) end |
#tags ⇒ Object
returns the Tags property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('tags', value) end |