Class: Google::Cloud::AIPlatform::V1::ToolCallValidInstance

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Spec for tool call valid instance.

Instance Attribute Summary collapse

Instance Attribute Details

#prediction::String

Returns Required. Output of the evaluated model.

Returns:

  • (::String)

    Required. Output of the evaluated model.



1239
1240
1241
1242
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1239

class ToolCallValidInstance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reference::String

Returns Required. Ground truth used to compare against the prediction.

Returns:

  • (::String)

    Required. Ground truth used to compare against the prediction.



1239
1240
1241
1242
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1239

class ToolCallValidInstance
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end