public static interface SearchRequest.ContentSearchSpec.SummarySpec.ModelSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVersion()
public abstract String getVersion()The model version used to generate the summary.
Supported values are:
stable: string. Default value when no value is specified. Uses a generally available, fine-tuned model. For more information, see Answer generation model versions and lifecycle.preview: string. (Public preview) Uses a preview model. For more information, see Answer generation model versions and lifecycle.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The model version used to generate the summary.
Supported values are:
stable: string. Default value when no value is specified. Uses a generally available, fine-tuned model. For more information, see Answer generation model versions and lifecycle.preview: string. (Public preview) Uses a preview model. For more information, see Answer generation model versions and lifecycle.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |