Class: Aws::SageMaker::Types::DescribePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePipelineRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline to describe.
-
#pipeline_version_id ⇒ Integer
The ID of the pipeline version to describe.
Instance Attribute Details
#pipeline_name ⇒ String
The name or Amazon Resource Name (ARN) of the pipeline to describe.
19464 19465 19466 19467 19468 19469 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19464 class DescribePipelineRequest < Struct.new( :pipeline_name, :pipeline_version_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_id ⇒ Integer
The ID of the pipeline version to describe.
19464 19465 19466 19467 19468 19469 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19464 class DescribePipelineRequest < Struct.new( :pipeline_name, :pipeline_version_id) SENSITIVE = [] include Aws::Structure end |