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:



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

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


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

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#m_lflow_configTypes::MLflowConfiguration

Returns the value of attribute m_lflow_config.



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

def m_lflow_config
  @m_lflow_config
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



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

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


5007
5008
5009
# File 'sig/types.rbs', line 5007

def pipeline_arn
  @pipeline_arn
end

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


5008
5009
5010
# File 'sig/types.rbs', line 5008

def pipeline_execution_arn
  @pipeline_execution_arn
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


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

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


5009
5010
5011
# File 'sig/types.rbs', line 5009

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")


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

def pipeline_execution_status
  @pipeline_execution_status
end

#pipeline_experiment_configTypes::PipelineExperimentConfig

Returns the value of attribute pipeline_experiment_config.



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

def pipeline_experiment_config
  @pipeline_experiment_config
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


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

def pipeline_version_id
  @pipeline_version_id
end

#selective_execution_configTypes::SelectiveExecutionConfig

Returns the value of attribute selective_execution_config.



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

def selective_execution_config
  @selective_execution_config
end