Class: Aws::Types::StartPipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#mlflow_experiment_name ⇒ ::String
Returns the value of attribute mlflow_experiment_name.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
-
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
-
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
-
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
11046 11047 11048 |
# File 'sig/types.rbs', line 11046 def client_request_token @client_request_token end |
#mlflow_experiment_name ⇒ ::String
Returns the value of attribute mlflow_experiment_name.
11050 11051 11052 |
# File 'sig/types.rbs', line 11050 def mlflow_experiment_name @mlflow_experiment_name end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
11047 11048 11049 |
# File 'sig/types.rbs', line 11047 def parallelism_configuration @parallelism_configuration end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
11045 11046 11047 |
# File 'sig/types.rbs', line 11045 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
11043 11044 11045 |
# File 'sig/types.rbs', line 11043 def pipeline_execution_display_name @pipeline_execution_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
11042 11043 11044 |
# File 'sig/types.rbs', line 11042 def pipeline_name @pipeline_name end |
#pipeline_parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute pipeline_parameters.
11044 11045 11046 |
# File 'sig/types.rbs', line 11044 def pipeline_parameters @pipeline_parameters end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
11049 11050 11051 |
# File 'sig/types.rbs', line 11049 def pipeline_version_id @pipeline_version_id end |
#selective_execution_config ⇒ Types::SelectiveExecutionConfig
Returns the value of attribute selective_execution_config.
11048 11049 11050 |
# File 'sig/types.rbs', line 11048 def selective_execution_config @selective_execution_config end |