Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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::V1beta::GroundedGenerationContent>
-
(::Array<::Google::Cloud::DiscoveryEngine::V1beta::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.
#contents=
def contents=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent>
-
value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::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.
-
(::Array<::Google::Cloud::DiscoveryEngine::V1beta::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.
#generation_spec
def generation_spec() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec) — Content generation specification.
#generation_spec=
def generation_spec=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec
- value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec) — Content generation specification.
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec) — Content generation specification.
#grounding_spec
def grounding_spec() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSpec
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSpec) — Grounding specification.
#grounding_spec=
def grounding_spec=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSpec
- value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSpec) — Grounding specification.
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSpec) — Grounding specification.
#location
def location() -> ::String
-
(::String) — Required. Location resource.
Format:
projects/{project}/locations/{location}
.
#location=
def location=(value) -> ::String
-
value (::String) — Required. Location resource.
Format:
projects/{project}/locations/{location}
.
-
(::String) — Required. Location resource.
Format:
projects/{project}/locations/{location}
.
#system_instruction
def system_instruction() -> ::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent
-
(::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent) — Content of the system instruction for the current API.
These instructions will take priority over any other prompt instructions if the selected model is supporting them.
#system_instruction=
def system_instruction=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent
-
value (::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent) — Content of the system instruction for the current API.
These instructions will take priority over any other prompt instructions if the selected model is supporting them.
-
(::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationContent) — Content of the system instruction for the current API.
These instructions will take priority over any other prompt instructions if the selected model is supporting them.
#user_labels
def user_labels() -> ::Google::Protobuf::Map{::String => ::String}
-
(::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}
-
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.
-
(::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.