Interface ReadFeatureValuesResponse.EntityView.DataOrBuilder (3.42.0)

public static interface ReadFeatureValuesResponse.EntityView.DataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataCase()

public abstract ReadFeatureValuesResponse.EntityView.Data.DataCase getDataCase()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Data.DataCase

getValue()

public abstract FeatureValue getValue()

Feature value if a single value is requested.

.google.cloud.aiplatform.v1.FeatureValue value = 1;

Returns
TypeDescription
FeatureValue

The value.

getValueOrBuilder()

public abstract FeatureValueOrBuilder getValueOrBuilder()

Feature value if a single value is requested.

.google.cloud.aiplatform.v1.FeatureValue value = 1;

Returns
TypeDescription
FeatureValueOrBuilder

getValues()

public abstract FeatureValueList getValues()

Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.

.google.cloud.aiplatform.v1.FeatureValueList values = 2;

Returns
TypeDescription
FeatureValueList

The values.

getValuesOrBuilder()

public abstract FeatureValueListOrBuilder getValuesOrBuilder()

Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.

.google.cloud.aiplatform.v1.FeatureValueList values = 2;

Returns
TypeDescription
FeatureValueListOrBuilder

hasValue()

public abstract boolean hasValue()

Feature value if a single value is requested.

.google.cloud.aiplatform.v1.FeatureValue value = 1;

Returns
TypeDescription
boolean

Whether the value field is set.

hasValues()

public abstract boolean hasValues()

Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.

.google.cloud.aiplatform.v1.FeatureValueList values = 2;

Returns
TypeDescription
boolean

Whether the values field is set.