Class: Google::Cloud::DiscoveryEngine::V1beta::SampleQuery::QueryEntry::Target
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SampleQuery::QueryEntry::Target
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query.rb
Overview
Defines the parameters of the query's expected outcome.
Instance Attribute Summary collapse
-
#page_numbers ⇒ ::Array<::Integer>
Expected page numbers of the target.
-
#score ⇒ ::Float
Relevance score of the target.
-
#uri ⇒ ::String
Expected uri of the target.
Instance Attribute Details
#page_numbers ⇒ ::Array<::Integer>
73 74 75 76 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query.rb', line 73 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float
73 74 75 76 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query.rb', line 73 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
73 74 75 76 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query.rb', line 73 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |