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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4507
4508
4509
4510
4511
# File 'lib/aws-sdk-eventbridge/types.rb', line 4507

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