View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequest (google_api_discovery_engine v0.22.0)
Request message for CompletionService.ImportCompletionSuggestions method.
Attributes
-
bigquerySource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource.t
, default:nil
) - BigQuery input source. -
errorConfig
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t
, default:nil
) - The desired location of errors incurred during the Import. -
gcsSource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GcsSource.t
, default:nil
) - Cloud Storage location for the input content. -
inlineSource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequestInlineSource.t
, default:nil
) - The Inline source for suggestion entries.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequest{ bigquerySource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource.t() | nil, errorConfig: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t() | nil, gcsSource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GcsSource.t() | nil, inlineSource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequestInlineSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.