Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootMetricOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::LearningGenaiRootMetricOutput
- 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
-
#debug ⇒ String
Corresponds to the JSON property
debug. -
#name ⇒ String
Name of the metric.
-
#numeric_value ⇒ Float
Corresponds to the JSON property
numericValue. -
#status ⇒ Google::Apis::AiplatformV1beta1::UtilStatusProto
Wire-format for a Status object Corresponds to the JSON property
status. -
#string_value ⇒ String
Corresponds to the JSON property
stringValue.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootMetricOutput
constructor
A new instance of LearningGenaiRootMetricOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LearningGenaiRootMetricOutput
Returns a new instance of LearningGenaiRootMetricOutput.
36460 36461 36462 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36460 def initialize(**args) update!(**args) end |
Instance Attribute Details
#debug ⇒ String
Corresponds to the JSON property debug
36438 36439 36440 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36438 def debug @debug end |
#name ⇒ String
Name of the metric.
Corresponds to the JSON property name
36443 36444 36445 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36443 def name @name end |
#numeric_value ⇒ Float
Corresponds to the JSON property numericValue
36448 36449 36450 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36448 def numeric_value @numeric_value end |
#status ⇒ Google::Apis::AiplatformV1beta1::UtilStatusProto
Wire-format for a Status object
Corresponds to the JSON property status
36453 36454 36455 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36453 def status @status end |
#string_value ⇒ String
Corresponds to the JSON property stringValue
36458 36459 36460 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36458 def string_value @string_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36465 36466 36467 36468 36469 36470 36471 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 36465 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 |