class
Amazonite::EventBridge::SageMakerPipelineParameters
- Amazonite::EventBridge::SageMakerPipelineParameters
- Reference
- Object
Overview
These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline that starts based on EventBridge events.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/sage_maker_pipeline_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(pipeline_parameter_list : Array(SageMakerPipelineParameter) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#pipeline_parameter_list : Array(SageMakerPipelineParameter) | Nil
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
-
#pipeline_parameter_list=(pipeline_parameter_list : Array(SageMakerPipelineParameter) | Nil)
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def pipeline_parameter_list : Array(SageMakerPipelineParameter) | Nil
#
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
def pipeline_parameter_list=(pipeline_parameter_list : Array(SageMakerPipelineParameter) | Nil)
#
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.