Class: Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the pipeline was created.

Returns:

  • (Time)


15809
15810
15811
15812
15813
15814
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15809

class DescribePipelineDefinitionForExecutionResponse < Struct.new(
  :pipeline_definition,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_definitionString

The JSON pipeline definition.

Returns:

  • (String)


15809
15810
15811
15812
15813
15814
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15809

class DescribePipelineDefinitionForExecutionResponse < Struct.new(
  :pipeline_definition,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end