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.



28056
28057
28058
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28056

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)


28054
28055
28056
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28054

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28061
28062
28063
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28061

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