public static interface FeatureSetProto.FeatureSetMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreatedTimestamp()
Created timestamp of this specific feature set.
|
com.google.protobuf.TimestampOrBuilder |
getCreatedTimestampOrBuilder()
Created timestamp of this specific feature set.
|
FeatureSetProto.FeatureSetStatus |
getStatus()
Status of the feature set.
|
int |
getStatusValue()
Status of the feature set.
|
boolean |
hasCreatedTimestamp()
Created timestamp of this specific feature set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreatedTimestamp()
Created timestamp of this specific feature set.
.google.protobuf.Timestamp created_timestamp = 1;com.google.protobuf.Timestamp getCreatedTimestamp()
Created timestamp of this specific feature set.
.google.protobuf.Timestamp created_timestamp = 1;com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
Created timestamp of this specific feature set.
.google.protobuf.Timestamp created_timestamp = 1;int getStatusValue()
Status of the feature set. Used to indicate whether the feature set is ready for consumption or ingestion. Currently supports 2 states: 1) STATUS_PENDING - A feature set is in pending state if Feast has not spun up the jobs necessary to push rows for this feature set to stores subscribing to this feature set. 2) STATUS_READY - Feature set is ready for consumption or ingestion
.feast.core.FeatureSetStatus status = 2;FeatureSetProto.FeatureSetStatus getStatus()
Status of the feature set. Used to indicate whether the feature set is ready for consumption or ingestion. Currently supports 2 states: 1) STATUS_PENDING - A feature set is in pending state if Feast has not spun up the jobs necessary to push rows for this feature set to stores subscribing to this feature set. 2) STATUS_READY - Feature set is ready for consumption or ingestion
.feast.core.FeatureSetStatus status = 2;Copyright © 2020 Gojek. All rights reserved.