Interface UserSpecifiedMetadataOrBuilder (3.89.0)

public interface UserSpecifiedMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Required. Key of the metadata. The key must be set with type by CreateRagDataSchema.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Required. Key of the metadata. The key must be set with type by CreateRagDataSchema.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for key.

getValue()

public abstract MetadataValue getValue()

Value of the metadata. The value must be able to convert to the type according to the data schema.

.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;

Returns
Type Description
MetadataValue

The value.

getValueOrBuilder()

public abstract MetadataValueOrBuilder getValueOrBuilder()

Value of the metadata. The value must be able to convert to the type according to the data schema.

.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;

Returns
Type Description
MetadataValueOrBuilder

hasValue()

public abstract boolean hasValue()

Value of the metadata. The value must be able to convert to the type according to the data schema.

.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;

Returns
Type Description
boolean

Whether the value field is set.