Interface EmbeddingConfigOrBuilder (0.37.0)

public interface EmbeddingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldPath()

public abstract String getFieldPath()

Full field path in the schema mapped as embedding field.

string field_path = 1;

Returns
TypeDescription
String

The fieldPath.

getFieldPathBytes()

public abstract ByteString getFieldPathBytes()

Full field path in the schema mapped as embedding field.

string field_path = 1;

Returns
TypeDescription
ByteString

The bytes for fieldPath.