Interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder (3.42.0)

public static interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataCase()

public abstract FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase getDataCase()
Returns
TypeDescription
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase

getName()

public abstract String getName()

Feature short name.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Feature short name.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract FeatureValue getValue()

Feature value.

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

Returns
TypeDescription
FeatureValue

The value.

getValueOrBuilder()

public abstract FeatureValueOrBuilder getValueOrBuilder()

Feature value.

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

Returns
TypeDescription
FeatureValueOrBuilder

hasValue()

public abstract boolean hasValue()

Feature value.

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

Returns
TypeDescription
boolean

Whether the value field is set.