Class: Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time when the pipeline was created.
-
#pipeline_definition ⇒ String
The JSON pipeline definition.
Instance Attribute Details
#creation_time ⇒ Time
The time when the pipeline was created.
16958 16959 16960 16961 16962 16963 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16958 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_definition ⇒ String
The JSON pipeline definition.
16958 16959 16960 16961 16962 16963 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16958 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |