View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsResponse (google_api_discovery_engine v0.7.0)
Response of the CompletionService.ImportCompletionSuggestions method. If the long running operation is done, this message is returned by the google.longrunning.Operations.response field if the operation is successful.
Attributes
-
errorSamples
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while processing the request. -
failureCount
(type:String.t
, default:nil
) - Count of CompletionSuggestions that failed to be imported. -
successCount
(type:String.t
, default:nil
) - Count of CompletionSuggestions successfully imported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsResponse{ errorSamples: [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil, failureCount: String.t() | nil, successCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.