Class: Aws::EventBridge::Types::SageMakerPipelineParameter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of parameter to start execution of a SageMaker Model Building Pipeline.

Returns:

  • (String)


4490
4491
4492
4493
4494
4495
# File 'lib/aws-sdk-eventbridge/types.rb', line 4490

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

#valueString

Value of parameter to start execution of a SageMaker Model Building Pipeline.

Returns:

  • (String)


4490
4491
4492
4493
4494
4495
# File 'lib/aws-sdk-eventbridge/types.rb', line 4490

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