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.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 |
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.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;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.