Interface EntityExtractionParamsOrBuilder (2.46.0)

public interface EntityExtractionParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Whether to enable entity extraction.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.

getModelVersion()

public abstract String getModelVersion()

Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.

string model_version = 2;

Returns
Type Description
String

The modelVersion.

getModelVersionBytes()

public abstract ByteString getModelVersionBytes()

Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.

string model_version = 2;

Returns
Type Description
ByteString

The bytes for modelVersion.