public static interface ServingAPIProto.FeatureSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureNames(int index)
Features that should be retrieved from this feature set
|
com.google.protobuf.ByteString |
getFeatureNamesBytes(int index)
Features that should be retrieved from this feature set
|
int |
getFeatureNamesCount()
Features that should be retrieved from this feature set
|
List<String> |
getFeatureNamesList()
Features that should be retrieved from this feature set
|
com.google.protobuf.Duration |
getMaxAge()
The features will be retrieved if:
entity_timestamp - max_age <= event_timestamp <= entity_timestamp
If unspecified the default max_age specified in FeatureSetSpec will
be used.
|
com.google.protobuf.DurationOrBuilder |
getMaxAgeOrBuilder()
The features will be retrieved if:
entity_timestamp - max_age <= event_timestamp <= entity_timestamp
If unspecified the default max_age specified in FeatureSetSpec will
be used.
|
String |
getName()
Feature set name
|
com.google.protobuf.ByteString |
getNameBytes()
Feature set name
|
int |
getVersion()
Feature set version
|
boolean |
hasMaxAge()
The features will be retrieved if:
entity_timestamp - max_age <= event_timestamp <= entity_timestamp
If unspecified the default max_age specified in FeatureSetSpec will
be used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Feature set name
string name = 1;com.google.protobuf.ByteString getNameBytes()
Feature set name
string name = 1;int getVersion()
Feature set version
int32 version = 2;List<String> getFeatureNamesList()
Features that should be retrieved from this feature set
repeated string feature_names = 3;int getFeatureNamesCount()
Features that should be retrieved from this feature set
repeated string feature_names = 3;String getFeatureNames(int index)
Features that should be retrieved from this feature set
repeated string feature_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getFeatureNamesBytes(int index)
Features that should be retrieved from this feature set
repeated string feature_names = 3;index - The index of the value to return.boolean hasMaxAge()
The features will be retrieved if: entity_timestamp - max_age <= event_timestamp <= entity_timestamp If unspecified the default max_age specified in FeatureSetSpec will be used.
.google.protobuf.Duration max_age = 4;com.google.protobuf.Duration getMaxAge()
The features will be retrieved if: entity_timestamp - max_age <= event_timestamp <= entity_timestamp If unspecified the default max_age specified in FeatureSetSpec will be used.
.google.protobuf.Duration max_age = 4;com.google.protobuf.DurationOrBuilder getMaxAgeOrBuilder()
The features will be retrieved if: entity_timestamp - max_age <= event_timestamp <= entity_timestamp If unspecified the default max_age specified in FeatureSetSpec will be used.
.google.protobuf.Duration max_age = 4;Copyright © 2020 Gojek. All rights reserved.