Class: Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePipelineDefinitionForExecutionResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
18034 18035 18036 18037 18038 18039 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18034 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |
#pipeline_definition ⇒ String
The JSON pipeline definition.
18034 18035 18036 18037 18038 18039 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18034 class DescribePipelineDefinitionForExecutionResponse < Struct.new( :pipeline_definition, :creation_time) SENSITIVE = [] include Aws::Structure end |