Struct google_api_proto::google::cloud::retail::v2beta::CompletionConfig
source · pub struct CompletionConfig {
pub name: String,
pub matching_order: String,
pub max_suggestions: i32,
pub min_prefix_length: i32,
pub auto_learning: bool,
pub suggestions_input_config: Option<CompletionDataInputConfig>,
pub last_suggestions_import_operation: String,
pub denylist_input_config: Option<CompletionDataInputConfig>,
pub last_denylist_import_operation: String,
pub allowlist_input_config: Option<CompletionDataInputConfig>,
pub last_allowlist_import_operation: String,
}
Expand description
Catalog level autocomplete config for customers to customize autocomplete feature’s settings.
Fields§
§name: String
Required. Immutable. Fully qualified name
projects/*/locations/*/catalogs/*/completionConfig
matching_order: String
Specifies the matching order for autocomplete suggestions, e.g., a query consisting of ‘sh’ with ‘out-of-order’ specified would suggest “women’s shoes”, whereas a query of ‘red s’ with ‘exact-prefix’ specified would suggest “red shoes”. Currently supported values:
- ‘out-of-order’
- ‘exact-prefix’
Default value: ‘exact-prefix’.
max_suggestions: i32
The maximum number of autocomplete suggestions returned per term. Default value is 20. If left unset or set to 0, then will fallback to default value.
Value range is 1 to 20.
min_prefix_length: i32
The minimum number of characters needed to be typed in order to get suggestions. Default value is 2. If left unset or set to 0, then will fallback to default value.
Value range is 1 to 20.
auto_learning: bool
If set to true, the auto learning function is enabled. Auto learning uses
user data to generate suggestions using ML techniques. Default value is
false. Only after enabling auto learning can users use cloud-retail
data in
[CompleteQueryRequest][google.cloud.retail.v2beta.CompleteQueryRequest].
suggestions_input_config: Option<CompletionDataInputConfig>
Output only. The source data for the latest import of the autocomplete suggestion phrases.
last_suggestions_import_operation: String
Output only. Name of the LRO corresponding to the latest suggestion terms list import.
Can use [GetOperation][google.longrunning.Operations.GetOperation] API method to retrieve the latest state of the Long Running Operation.
denylist_input_config: Option<CompletionDataInputConfig>
Output only. The source data for the latest import of the autocomplete denylist phrases.
last_denylist_import_operation: String
Output only. Name of the LRO corresponding to the latest denylist import.
Can use [GetOperation][google.longrunning.Operations.GetOperation] API to retrieve the latest state of the Long Running Operation.
allowlist_input_config: Option<CompletionDataInputConfig>
Output only. The source data for the latest import of the autocomplete allowlist phrases.
last_allowlist_import_operation: String
Output only. Name of the LRO corresponding to the latest allowlist import.
Can use [GetOperation][google.longrunning.Operations.GetOperation] API to retrieve the latest state of the Long Running Operation.
Trait Implementations§
source§impl Clone for CompletionConfig
impl Clone for CompletionConfig
source§fn clone(&self) -> CompletionConfig
fn clone(&self) -> CompletionConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CompletionConfig
impl Debug for CompletionConfig
source§impl Default for CompletionConfig
impl Default for CompletionConfig
source§impl Message for CompletionConfig
impl Message for CompletionConfig
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for CompletionConfig
impl PartialEq for CompletionConfig
source§fn eq(&self, other: &CompletionConfig) -> bool
fn eq(&self, other: &CompletionConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CompletionConfig
Auto Trait Implementations§
impl Freeze for CompletionConfig
impl RefUnwindSafe for CompletionConfig
impl Send for CompletionConfig
impl Sync for CompletionConfig
impl Unpin for CompletionConfig
impl UnwindSafe for CompletionConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request