Class: Aws::EventBridge::Types::SageMakerPipelineParameters

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



4299
4300
4301
4302
4303
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4299

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