public static interface ReadFeatureValuesResponse.EntityViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReadFeatureValuesResponse.EntityView.Data |
getData(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
int |
getDataCount()
Each piece of data holds the k
requested values for one requested Feature.
|
List<ReadFeatureValuesResponse.EntityView.Data> |
getDataList()
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.DataOrBuilder |
getDataOrBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> |
getDataOrBuilderList()
Each piece of data holds the k
requested values for one requested Feature.
|
String |
getEntityId()
ID of the requested entity.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
ID of the requested entity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEntityId()
ID of the requested entity.
string entity_id = 1;com.google.protobuf.ByteString getEntityIdBytes()
ID of the requested entity.
string entity_id = 1;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][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
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][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
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][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
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][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
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][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Copyright © 2025 Google LLC. All rights reserved.