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.



29567
29568
29569
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29567

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

Instance Attribute Details

#debugString

Corresponds to the JSON property debug

Returns:

  • (String)


29545
29546
29547
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29545

def debug
  @debug
end

#nameString

Name of the metric. Corresponds to the JSON property name

Returns:

  • (String)


29550
29551
29552
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29550

def name
  @name
end

#numeric_valueFloat

Corresponds to the JSON property numericValue

Returns:

  • (Float)


29555
29556
29557
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29555

def numeric_value
  @numeric_value
end

#statusGoogle::Apis::AiplatformV1::UtilStatusProto

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



29560
29561
29562
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29560

def status
  @status
end

#string_valueString

Corresponds to the JSON property stringValue

Returns:

  • (String)


29565
29566
29567
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29565

def string_value
  @string_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29572
29573
29574
29575
29576
29577
29578
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29572

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