Class: Aws::Types::DescribePipelineExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



5020
5021
5022
# File 'sig/types.rbs', line 5020

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5018
5019
5020
# File 'sig/types.rbs', line 5018

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5017
5018
5019
# File 'sig/types.rbs', line 5017

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5021
5022
5023
# File 'sig/types.rbs', line 5021

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5019
5020
5021
# File 'sig/types.rbs', line 5019

def last_modified_time
  @last_modified_time
end

#m_lflow_configTypes::MLflowConfiguration

Returns the value of attribute m_lflow_config.



5025
5026
5027
# File 'sig/types.rbs', line 5025

def m_lflow_config
  @m_lflow_config
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



5022
5023
5024
# File 'sig/types.rbs', line 5022

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


5011
5012
5013
# File 'sig/types.rbs', line 5011

def pipeline_arn
  @pipeline_arn
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


5012
5013
5014
# File 'sig/types.rbs', line 5012

def pipeline_execution_arn
  @pipeline_execution_arn
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


5015
5016
5017
# File 'sig/types.rbs', line 5015

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


5013
5014
5015
# File 'sig/types.rbs', line 5013

def pipeline_execution_display_name
  @pipeline_execution_display_name
end

#pipeline_execution_status"Executing", ...

Returns the value of attribute pipeline_execution_status.

Returns:

  • ("Executing", "Stopping", "Stopped", "Failed", "Succeeded")


5014
5015
5016
# File 'sig/types.rbs', line 5014

def pipeline_execution_status
  @pipeline_execution_status
end

#pipeline_experiment_configTypes::PipelineExperimentConfig

Returns the value of attribute pipeline_experiment_config.



5016
5017
5018
# File 'sig/types.rbs', line 5016

def pipeline_experiment_config
  @pipeline_experiment_config
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


5024
5025
5026
# File 'sig/types.rbs', line 5024

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



5023
5024
5025
# File 'sig/types.rbs', line 5023

def selective_execution_config
  @selective_execution_config
end