Package feast.proto.core
Interface IngestionJobProto.IngestionJobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionJobProto.IngestionJob,IngestionJobProto.IngestionJob.Builder
- Enclosing class:
- IngestionJobProto
public static interface IngestionJobProto.IngestionJobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalId()External job ID specific to the runner.com.google.protobuf.ByteStringgetExternalIdBytes()External job ID specific to the runner.FeatureSetProto.FeatureSetgetFeatureSets(int index)List of feature sets whose features are populated by this job.intgetFeatureSetsCount()List of feature sets whose features are populated by this job.List<FeatureSetProto.FeatureSet>getFeatureSetsList()List of feature sets whose features are populated by this job.FeatureSetProto.FeatureSetOrBuildergetFeatureSetsOrBuilder(int index)List of feature sets whose features are populated by this job.List<? extends FeatureSetProto.FeatureSetOrBuilder>getFeatureSetsOrBuilderList()List of feature sets whose features are populated by this job.StringgetId()Job ID assigned by Feastcom.google.protobuf.ByteStringgetIdBytes()Job ID assigned by FeastSourceProto.SourcegetSource()Source this job is reading from.SourceProto.SourceOrBuildergetSourceOrBuilder()Source this job is reading from.IngestionJobProto.IngestionJobStatusgetStatus().feast.core.IngestionJobStatus status = 3;intgetStatusValue().feast.core.IngestionJobStatus status = 3;StoreProto.StoregetStore()Store this job is writing to.StoreProto.StoreOrBuildergetStoreOrBuilder()Store this job is writing to.booleanhasSource()Source this job is reading from.booleanhasStore()Store this job is writing to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Job ID assigned by Feast
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Job ID assigned by Feast
string id = 1;- Returns:
- The bytes for id.
-
getExternalId
String getExternalId()
External job ID specific to the runner. For DirectRunner jobs, this is identical to id. For DataflowRunner jobs, this refers to the Dataflow job ID.
string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()
External job ID specific to the runner. For DirectRunner jobs, this is identical to id. For DataflowRunner jobs, this refers to the Dataflow job ID.
string external_id = 2;- Returns:
- The bytes for externalId.
-
getStatusValue
int getStatusValue()
.feast.core.IngestionJobStatus status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
IngestionJobProto.IngestionJobStatus getStatus()
.feast.core.IngestionJobStatus status = 3;- Returns:
- The status.
-
getFeatureSetsList
List<FeatureSetProto.FeatureSet> getFeatureSetsList()
List of feature sets whose features are populated by this job.
repeated .feast.core.FeatureSet feature_sets = 4;
-
getFeatureSets
FeatureSetProto.FeatureSet getFeatureSets(int index)
List of feature sets whose features are populated by this job.
repeated .feast.core.FeatureSet feature_sets = 4;
-
getFeatureSetsCount
int getFeatureSetsCount()
List of feature sets whose features are populated by this job.
repeated .feast.core.FeatureSet feature_sets = 4;
-
getFeatureSetsOrBuilderList
List<? extends FeatureSetProto.FeatureSetOrBuilder> getFeatureSetsOrBuilderList()
List of feature sets whose features are populated by this job.
repeated .feast.core.FeatureSet feature_sets = 4;
-
getFeatureSetsOrBuilder
FeatureSetProto.FeatureSetOrBuilder getFeatureSetsOrBuilder(int index)
List of feature sets whose features are populated by this job.
repeated .feast.core.FeatureSet feature_sets = 4;
-
hasSource
boolean hasSource()
Source this job is reading from.
.feast.core.Source source = 5;- Returns:
- Whether the source field is set.
-
getSource
SourceProto.Source getSource()
Source this job is reading from.
.feast.core.Source source = 5;- Returns:
- The source.
-
getSourceOrBuilder
SourceProto.SourceOrBuilder getSourceOrBuilder()
Source this job is reading from.
.feast.core.Source source = 5;
-
hasStore
boolean hasStore()
Store this job is writing to.
.feast.core.Store store = 6;- Returns:
- Whether the store field is set.
-
getStore
StoreProto.Store getStore()
Store this job is writing to.
.feast.core.Store store = 6;- Returns:
- The store.
-
getStoreOrBuilder
StoreProto.StoreOrBuilder getStoreOrBuilder()
Store this job is writing to.
.feast.core.Store store = 6;
-
-