class Amazonite::EventBridge::SageMakerPipelineParameter

Overview

Name/Value pair of a parameter to start execution of a SageMaker AI Model Building Pipeline.

Included Modules

Defined in:

eventbridge/sage_maker_pipeline_parameter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

Name of parameter to start execution of a SageMaker AI Model Building Pipeline.


[View source]
def name=(name : String) #

Name of parameter to start execution of a SageMaker AI Model Building Pipeline.


[View source]
def validate! : Nil #

[View source]
def value : String #

Value of parameter to start execution of a SageMaker AI Model Building Pipeline.


[View source]
def value=(value : String) #

Value of parameter to start execution of a SageMaker AI Model Building Pipeline.


[View source]