Class: Aws::Types::StartPipelineExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


11054
11055
11056
# File 'sig/types.rbs', line 11054

def client_request_token
  @client_request_token
end

#mlflow_experiment_name::String

Returns the value of attribute mlflow_experiment_name.

Returns:

  • (::String)


11058
11059
11060
# File 'sig/types.rbs', line 11058

def mlflow_experiment_name
  @mlflow_experiment_name
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



11055
11056
11057
# File 'sig/types.rbs', line 11055

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


11053
11054
11055
# File 'sig/types.rbs', line 11053

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


11051
11052
11053
# File 'sig/types.rbs', line 11051

def pipeline_execution_display_name
  @pipeline_execution_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


11050
11051
11052
# File 'sig/types.rbs', line 11050

def pipeline_name
  @pipeline_name
end

#pipeline_parameters::Array[Types::Parameter]

Returns the value of attribute pipeline_parameters.

Returns:



11052
11053
11054
# File 'sig/types.rbs', line 11052

def pipeline_parameters
  @pipeline_parameters
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


11057
11058
11059
# File 'sig/types.rbs', line 11057

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



11056
11057
11058
# File 'sig/types.rbs', line 11056

def selective_execution_config
  @selective_execution_config
end