Class: Aws::CloudWatchEvents::Types::SageMakerPipelineParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/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)


3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3677

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)


3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3677

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