Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorStateDetails

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

Overview

Contains additional information about the state of the OnlineEvaluator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1OnlineEvaluatorStateDetails

Returns a new instance of GoogleCloudAiplatformV1OnlineEvaluatorStateDetails.



29404
29405
29406
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29404

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

Instance Attribute Details

#messageString

Output only. Human-readable message describing the state of the OnlineEvaluator. Corresponds to the JSON property message

Returns:

  • (String)


29402
29403
29404
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29402

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29409
29410
29411
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29409

def update!(**args)
  @message = args[:message] if args.key?(:message)
end