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.
16966 16967 16968 16969 16970 16971 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16966 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_definition ⇒ String
The JSON pipeline definition.
16966 16967 16968 16969 16970 16971 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16966 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |