Class: Aws::EventBridge::Types::SageMakerPipelineParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::SageMakerPipelineParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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
-
#name ⇒ String
Name of parameter to start execution of a SageMaker Model Building Pipeline.
-
#value ⇒ String
Value of parameter to start execution of a SageMaker Model Building Pipeline.
Instance Attribute Details
#name ⇒ String
Name of parameter to start execution of a SageMaker Model Building Pipeline.
4490 4491 4492 4493 4494 4495 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4490 class SageMakerPipelineParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of parameter to start execution of a SageMaker Model Building Pipeline.
4490 4491 4492 4493 4494 4495 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4490 class SageMakerPipelineParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |