Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client.

REST client for the GroundedGenerationService service.

Service for grounded generation.

Inherits

  • Object

Methods

.configure

def self.configure() { |config| ... } -> Client::Configuration

Configure the GroundedGenerationService Client class.

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter
Example
# Modify the configuration for all GroundedGenerationService clients
::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client.configure do |config|
  config.timeout = 10.0
end

#check_grounding

def check_grounding(request, options = nil) -> ::Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse
def check_grounding(grounding_config: nil, answer_candidate: nil, facts: nil, grounding_spec: nil) -> ::Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse

Performs a grounding check.

Overloads
def check_grounding(request, options = nil) -> ::Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse
Pass arguments to check_grounding via a request object, either of type CheckGroundingRequest or an equivalent Hash.
Parameters
  • request (::Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
  • options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def check_grounding(grounding_config: nil, answer_candidate: nil, facts: nil, grounding_spec: nil) -> ::Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse
Pass arguments to check_grounding via keyword arguments. Note that at least one keyword argument is required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash as a request object (see above).
Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Raises
  • (::Google::Cloud::Error) — if the REST call is aborted.
Example

Basic example

require "google/cloud/discovery_engine/v1beta"

# Create a client object. The client can be reused for multiple calls.
client = Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client.new

# Create a request. To set request fields, pass in keyword arguments.
request = Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingRequest.new

# Call the check_grounding method.
result = client.check_grounding request

# The returned object is of type Google::Cloud::DiscoveryEngine::V1beta::CheckGroundingResponse.
p result

#configure

def configure() { |config| ... } -> Client::Configuration

Configure the GroundedGenerationService Client instance.

The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter

#initialize

def initialize() { |config| ... } -> Client

Create a new GroundedGenerationService REST client object.

Yields
  • (config) — Configure the GroundedGenerationService client.
Yield Parameter
Returns
  • (Client) — a new instance of Client
Example
# Create a client using the default configuration
client = ::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client.new

# Create a client using a custom configuration
client = ::Google::Cloud::DiscoveryEngine::V1beta::GroundedGenerationService::Rest::Client.new do |config|
  config.timeout = 10.0
end

#location_client

def location_client() -> Google::Cloud::Location::Locations::Rest::Client

Get the associated client for mix-in of the Locations.

Returns
  • (Google::Cloud::Location::Locations::Rest::Client)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)