Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
- 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
Overview
Instance data used to populate placeholders in a metric prompt template.
Instance Attribute Summary collapse
-
#contents ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents
List of standard Content messages from Gemini API.
-
#text ⇒ String
Text data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
constructor
A new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
Returns a new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData.
11191 11192 11193 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11191 def initialize(**args) update!(**args) end |
Instance Attribute Details
#contents ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents
List of standard Content messages from Gemini API.
Corresponds to the JSON property contents
11184 11185 11186 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11184 def contents @contents end |
#text ⇒ String
Text data.
Corresponds to the JSON property text
11189 11190 11191 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11189 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11196 11197 11198 11199 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11196 def update!(**args) @contents = args[:contents] if args.key?(:contents) @text = args[:text] if args.key?(:text) end |