Class: Aws::SageMaker::Types::DescribePipelineRequest

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

#pipeline_nameString

The name or Amazon Resource Name (ARN) of the pipeline to describe.

Returns:

  • (String)


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_idInteger

The ID of the pipeline version to describe.

Returns:

  • (Integer)


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