public static interface ServingAPIProto.FeatureReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 name
|
com.google.protobuf.ByteString |
getNameBytes()
Feature name
|
String |
getProject()
Project name
|
com.google.protobuf.ByteString |
getProjectBytes()
Project name
|
int |
getVersion()
Feature 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 getProject()
Project name
string project = 1;com.google.protobuf.ByteString getProjectBytes()
Project name
string project = 1;String getName()
Feature name
string name = 2;com.google.protobuf.ByteString getNameBytes()
Feature name
string name = 2;int getVersion()
Feature version
int32 version = 3;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.