public static interface ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.GetOnlineFeaturesRequest.EntityRow |
getEntityRows(int index)
List of entity rows, containing entity id and timestamp data.
|
int |
getEntityRowsCount()
List of entity rows, containing entity id and timestamp data.
|
List<ServingAPIProto.GetOnlineFeaturesRequest.EntityRow> |
getEntityRowsList()
List of entity rows, containing entity id and timestamp data.
|
ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder |
getEntityRowsOrBuilder(int index)
List of entity rows, containing entity id and timestamp data.
|
List<? extends ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder> |
getEntityRowsOrBuilderList()
List of entity rows, containing entity id and timestamp data.
|
ServingAPIProto.FeatureSetRequest |
getFeatureSets(int index)
List of feature sets and their features that are being retrieved
|
int |
getFeatureSetsCount()
List of feature sets and their features that are being retrieved
|
List<ServingAPIProto.FeatureSetRequest> |
getFeatureSetsList()
List of feature sets and their features that are being retrieved
|
ServingAPIProto.FeatureSetRequestOrBuilder |
getFeatureSetsOrBuilder(int index)
List of feature sets and their features that are being retrieved
|
List<? extends ServingAPIProto.FeatureSetRequestOrBuilder> |
getFeatureSetsOrBuilderList()
List of feature sets and their features that are being retrieved
|
boolean |
getOmitEntitiesInResponse()
Option to omit entities from the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServingAPIProto.FeatureSetRequest> getFeatureSetsList()
List of feature sets and their features that are being retrieved
repeated .feast.serving.FeatureSetRequest feature_sets = 1;ServingAPIProto.FeatureSetRequest getFeatureSets(int index)
List of feature sets and their features that are being retrieved
repeated .feast.serving.FeatureSetRequest feature_sets = 1;int getFeatureSetsCount()
List of feature sets and their features that are being retrieved
repeated .feast.serving.FeatureSetRequest feature_sets = 1;List<? extends ServingAPIProto.FeatureSetRequestOrBuilder> getFeatureSetsOrBuilderList()
List of feature sets and their features that are being retrieved
repeated .feast.serving.FeatureSetRequest feature_sets = 1;ServingAPIProto.FeatureSetRequestOrBuilder getFeatureSetsOrBuilder(int index)
List of feature sets and their features that are being retrieved
repeated .feast.serving.FeatureSetRequest feature_sets = 1;List<ServingAPIProto.GetOnlineFeaturesRequest.EntityRow> getEntityRowsList()
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;ServingAPIProto.GetOnlineFeaturesRequest.EntityRow getEntityRows(int index)
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;int getEntityRowsCount()
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;List<? extends ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder> getEntityRowsOrBuilderList()
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder getEntityRowsOrBuilder(int index)
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;boolean getOmitEntitiesInResponse()
Option to omit entities from the response. If true, only feature values will be returned.
bool omit_entities_in_response = 3;Copyright © 2020 Gojek. All rights reserved.