Class: Aws::CloudWatchEvents::Types::SageMakerPipelineParameters

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

Overview

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_parameter_listArray<Types::SageMakerPipelineParameter>

List of Parameter names and values for SageMaker Model Building Pipeline execution.



3694
3695
3696
3697
3698
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3694

class SageMakerPipelineParameters < Struct.new(
  :pipeline_parameter_list)
  SENSITIVE = []
  include Aws::Structure
end