Interface StoredContentsExample.SearchKeyGenerationMethodOrBuilder (3.64.0)

public static interface StoredContentsExample.SearchKeyGenerationMethodOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastEntry()

public abstract StoredContentsExample.SearchKeyGenerationMethod.LastEntry getLastEntry()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.LastEntry

The lastEntry.

getLastEntryOrBuilder()

public abstract StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder getLastEntryOrBuilder()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder

getMethodCase()

public abstract StoredContentsExample.SearchKeyGenerationMethod.MethodCase getMethodCase()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.MethodCase

hasLastEntry()

public abstract boolean hasLastEntry()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
boolean

Whether the lastEntry field is set.