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)


16387
16388
16389
16390
16391
16392
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16387

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

#pipeline_definitionString

The JSON pipeline definition.

Returns:

  • (String)


16387
16388
16389
16390
16391
16392
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16387

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