Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest (v1.2.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest.

Top-level message sent by the client for the GenerateGroundedContent method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#contents

def contents() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent>
Returns
  • (::Array<::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent>) — Content of the current conversation with the model.

    For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

    Only a single-turn query is supported currently.

#contents=

def contents=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent>
Parameter
  • value (::Array<::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent>) — Content of the current conversation with the model.

    For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

    Only a single-turn query is supported currently.

Returns
  • (::Array<::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent>) — Content of the current conversation with the model.

    For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.

    Only a single-turn query is supported currently.

#generation_spec

def generation_spec() -> ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GenerationSpec

#generation_spec=

def generation_spec=(value) -> ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GenerationSpec
Parameter

#grounding_spec

def grounding_spec() -> ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSpec

#grounding_spec=

def grounding_spec=(value) -> ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSpec

#location

def location() -> ::String
Returns
  • (::String) — Required. Location resource.

    Format: projects/{project}/locations/{location}.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — Required. Location resource.

    Format: projects/{project}/locations/{location}.

Returns
  • (::String) — Required. Location resource.

    Format: projects/{project}/locations/{location}.

#system_instruction

def system_instruction() -> ::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent
Returns

#system_instruction=

def system_instruction=(value) -> ::Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent
Parameter
Returns

#user_labels

def user_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The user labels applied to a resource must meet the following requirements:

    • Each resource can have multiple labels, up to a maximum of 64.
    • Each label must be a key-value pair.
    • Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters.
    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
    • The key portion of a label must be unique. However, you can use the same key with multiple resources.
    • Keys must start with a lowercase letter or international character.

    See Google Cloud Document for more details.

#user_labels=

def user_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — The user labels applied to a resource must meet the following requirements:

    • Each resource can have multiple labels, up to a maximum of 64.
    • Each label must be a key-value pair.
    • Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters.
    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
    • The key portion of a label must be unique. However, you can use the same key with multiple resources.
    • Keys must start with a lowercase letter or international character.

    See Google Cloud Document for more details.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The user labels applied to a resource must meet the following requirements:

    • Each resource can have multiple labels, up to a maximum of 64.
    • Each label must be a key-value pair.
    • Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters.
    • Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed.
    • The key portion of a label must be unique. However, you can use the same key with multiple resources.
    • Keys must start with a lowercase letter or international character.

    See Google Cloud Document for more details.