Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootMetricOutput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootMetricOutput

Returns a new instance of LearningGenaiRootMetricOutput.



32910
32911
32912
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32910

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

Instance Attribute Details

#debugString

Corresponds to the JSON property debug

Returns:

  • (String)


32888
32889
32890
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32888

def debug
  @debug
end

#nameString

Name of the metric. Corresponds to the JSON property name

Returns:

  • (String)


32893
32894
32895
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32893

def name
  @name
end

#numeric_valueFloat

Corresponds to the JSON property numericValue

Returns:

  • (Float)


32898
32899
32900
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32898

def numeric_value
  @numeric_value
end

#statusGoogle::Apis::AiplatformV1beta1::UtilStatusProto

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



32903
32904
32905
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32903

def status
  @status
end

#string_valueString

Corresponds to the JSON property stringValue

Returns:

  • (String)


32908
32909
32910
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32908

def string_value
  @string_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32915
32916
32917
32918
32919
32920
32921
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32915

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