Class: Aws::SageMaker::Types::OutputParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

An output parameter of a pipeline step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the output parameter.

Returns:

  • (String)


39854
39855
39856
39857
39858
39859
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39854

class OutputParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the output parameter.

Returns:

  • (String)


39854
39855
39856
39857
39858
39859
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39854

class OutputParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end