Class: Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInstance
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInstance
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
 
Overview
Spec for tool parameter key match instance.
Instance Attribute Summary collapse
- 
  
    
      #prediction  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #reference  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
      1321 1322 1323 1324  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1321 class ToolParameterKeyMatchInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#reference ⇒ ::String
Returns Required. Ground truth used to compare against the prediction.
      1321 1322 1323 1324  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1321 class ToolParameterKeyMatchInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |