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)


11069
11070
11071
# File 'sig/types.rbs', line 11069

def client_request_token
  @client_request_token
end

#mlflow_experiment_name::String

Returns the value of attribute mlflow_experiment_name.

Returns:

  • (::String)


11073
11074
11075
# File 'sig/types.rbs', line 11073

def mlflow_experiment_name
  @mlflow_experiment_name
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



11070
11071
11072
# File 'sig/types.rbs', line 11070

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


11068
11069
11070
# File 'sig/types.rbs', line 11068

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


11066
11067
11068
# File 'sig/types.rbs', line 11066

def pipeline_execution_display_name
  @pipeline_execution_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


11065
11066
11067
# File 'sig/types.rbs', line 11065

def pipeline_name
  @pipeline_name
end

#pipeline_parameters::Array[Types::Parameter]

Returns the value of attribute pipeline_parameters.

Returns:



11067
11068
11069
# File 'sig/types.rbs', line 11067

def pipeline_parameters
  @pipeline_parameters
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


11072
11073
11074
# File 'sig/types.rbs', line 11072

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



11071
11072
11073
# File 'sig/types.rbs', line 11071

def selective_execution_config
  @selective_execution_config
end