Class: Google::Apis::AiplatformV1::LearningGenaiRootMetricOutput

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootMetricOutput

Returns a new instance of LearningGenaiRootMetricOutput.



32164
32165
32166
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32164

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#debugString

Corresponds to the JSON property debug

Returns:

  • (String)


32142
32143
32144
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32142

def debug
  @debug
end

#nameString

Name of the metric. Corresponds to the JSON property name

Returns:

  • (String)


32147
32148
32149
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32147

def name
  @name
end

#numeric_valueFloat

Corresponds to the JSON property numericValue

Returns:

  • (Float)


32152
32153
32154
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32152

def numeric_value
  @numeric_value
end

#statusGoogle::Apis::AiplatformV1::UtilStatusProto

Wire-format for a Status object Corresponds to the JSON property status



32157
32158
32159
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32157

def status
  @status
end

#string_valueString

Corresponds to the JSON property stringValue

Returns:

  • (String)


32162
32163
32164
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32162

def string_value
  @string_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32169
32170
32171
32172
32173
32174
32175
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32169

def update!(**args)
  @debug = args[:debug] if args.key?(:debug)
  @name = args[:name] if args.key?(:name)
  @numeric_value = args[:numeric_value] if args.key?(:numeric_value)
  @status = args[:status] if args.key?(:status)
  @string_value = args[:string_value] if args.key?(:string_value)
end