Interface ReadFeatureValuesResponse.EntityViewOrBuilder (3.10.0)

public static interface ReadFeatureValuesResponse.EntityViewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData(int index)

public abstract ReadFeatureValuesResponse.EntityView.Data getData(int index)

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Data

getDataCount()

public abstract int getDataCount()

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
TypeDescription
int

getDataList()

public abstract List<ReadFeatureValuesResponse.EntityView.Data> getDataList()

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
TypeDescription
List<Data>

getDataOrBuilder(int index)

public abstract ReadFeatureValuesResponse.EntityView.DataOrBuilder getDataOrBuilder(int index)

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.DataOrBuilder

getDataOrBuilderList()

public abstract List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.DataOrBuilder>

getEntityId()

public abstract String getEntityId()

ID of the requested entity.

string entity_id = 1;

Returns
TypeDescription
String

The entityId.

getEntityIdBytes()

public abstract ByteString getEntityIdBytes()

ID of the requested entity.

string entity_id = 1;

Returns
TypeDescription
ByteString

The bytes for entityId.