public static interface ServingAPIProto.GetBatchFeaturesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.DatasetSource |
getDatasetSource()
Source of the entity dataset containing the timestamps and entity keys to retrieve
features for.
|
ServingAPIProto.DatasetSourceOrBuilder |
getDatasetSourceOrBuilder()
Source of the entity dataset containing the timestamps and entity keys to retrieve
features for.
|
ServingAPIProto.FeatureReference |
getFeatures(int index)
List of features that are being retrieved
|
int |
getFeaturesCount()
List of features that are being retrieved
|
List<ServingAPIProto.FeatureReference> |
getFeaturesList()
List of features that are being retrieved
|
ServingAPIProto.FeatureReferenceOrBuilder |
getFeaturesOrBuilder(int index)
List of features that are being retrieved
|
List<? extends ServingAPIProto.FeatureReferenceOrBuilder> |
getFeaturesOrBuilderList()
List of features that are being retrieved
|
boolean |
hasDatasetSource()
Source of the entity dataset containing the timestamps and entity keys to retrieve
features for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServingAPIProto.FeatureReference> getFeaturesList()
List of features that are being retrieved
repeated .feast.serving.FeatureReference features = 3;ServingAPIProto.FeatureReference getFeatures(int index)
List of features that are being retrieved
repeated .feast.serving.FeatureReference features = 3;int getFeaturesCount()
List of features that are being retrieved
repeated .feast.serving.FeatureReference features = 3;List<? extends ServingAPIProto.FeatureReferenceOrBuilder> getFeaturesOrBuilderList()
List of features that are being retrieved
repeated .feast.serving.FeatureReference features = 3;ServingAPIProto.FeatureReferenceOrBuilder getFeaturesOrBuilder(int index)
List of features that are being retrieved
repeated .feast.serving.FeatureReference features = 3;boolean hasDatasetSource()
Source of the entity dataset containing the timestamps and entity keys to retrieve features for.
.feast.serving.DatasetSource dataset_source = 2;ServingAPIProto.DatasetSource getDatasetSource()
Source of the entity dataset containing the timestamps and entity keys to retrieve features for.
.feast.serving.DatasetSource dataset_source = 2;ServingAPIProto.DatasetSourceOrBuilder getDatasetSourceOrBuilder()
Source of the entity dataset containing the timestamps and entity keys to retrieve features for.
.feast.serving.DatasetSource dataset_source = 2;Copyright © 2020 Gojek. All rights reserved.