public interface StoredContentsExampleParametersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentSearchKey()
public abstract StoredContentsExampleParameters.ContentSearchKey getContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
Returns | |
---|---|
Type | Description |
StoredContentsExampleParameters.ContentSearchKey |
The contentSearchKey. |
getContentSearchKeyOrBuilder()
public abstract StoredContentsExampleParameters.ContentSearchKeyOrBuilder getContentSearchKeyOrBuilder()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
Returns | |
---|---|
Type | Description |
StoredContentsExampleParameters.ContentSearchKeyOrBuilder |
getFunctionNames()
public abstract ExamplesArrayFilter getFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ExamplesArrayFilter |
The functionNames. |
getFunctionNamesOrBuilder()
public abstract ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ExamplesArrayFilterOrBuilder |
getQueryCase()
public abstract StoredContentsExampleParameters.QueryCase getQueryCase()
Returns | |
---|---|
Type | Description |
StoredContentsExampleParameters.QueryCase |
getSearchKey()
public abstract String getSearchKey()
The exact search key to use for retrieval.
string search_key = 1;
Returns | |
---|---|
Type | Description |
String |
The searchKey. |
getSearchKeyBytes()
public abstract ByteString getSearchKeyBytes()
The exact search key to use for retrieval.
string search_key = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for searchKey. |
hasContentSearchKey()
public abstract boolean hasContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the contentSearchKey field is set. |
hasFunctionNames()
public abstract boolean hasFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the functionNames field is set. |
hasSearchKey()
public abstract boolean hasSearchKey()
The exact search key to use for retrieval.
string search_key = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the searchKey field is set. |