Class: Aws::CloudWatchEvents::Types::SageMakerPipelineParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::SageMakerPipelineParameters
- Includes:
- Structure
- Defined in:
- 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
-
#pipeline_parameter_list ⇒ Array<Types::SageMakerPipelineParameter>
List of Parameter names and values for SageMaker Model Building Pipeline execution.
Instance Attribute Details
#pipeline_parameter_list ⇒ Array<Types::SageMakerPipelineParameter>
List of Parameter names and values for SageMaker Model Building Pipeline execution.
3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3694 class SageMakerPipelineParameters < Struct.new( :pipeline_parameter_list) SENSITIVE = [] include Aws::Structure end |