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.FeatureSetReferenceProto.FeatureSetReferencegetFeatureSetReferences(int index)List of Feature Set ReferencesintgetFeatureSetReferencesCount()List of Feature Set ReferencesList<FeatureSetReferenceProto.FeatureSetReference>getFeatureSetReferencesList()List of Feature Set ReferencesFeatureSetReferenceProto.FeatureSetReferenceOrBuildergetFeatureSetReferencesOrBuilder(int index)List of Feature Set ReferencesList<? extends FeatureSetReferenceProto.FeatureSetReferenceOrBuilder>getFeatureSetReferencesOrBuilderList()List of Feature Set ReferencesStringgetId()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.StoregetStores(int index)Store this job is writing to.intgetStoresCount()Store this job is writing to.List<StoreProto.Store>getStoresList()Store this job is writing to.StoreProto.StoreOrBuildergetStoresOrBuilder(int index)Store this job is writing to.List<? extends StoreProto.StoreOrBuilder>getStoresOrBuilderList()Store this job is writing to.booleanhasSource()Source this job is reading from.-
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.
-
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;
-
getStoresList
List<StoreProto.Store> getStoresList()
Store this job is writing to.
repeated .feast.core.Store stores = 6;
-
getStores
StoreProto.Store getStores(int index)
Store this job is writing to.
repeated .feast.core.Store stores = 6;
-
getStoresCount
int getStoresCount()
Store this job is writing to.
repeated .feast.core.Store stores = 6;
-
getStoresOrBuilderList
List<? extends StoreProto.StoreOrBuilder> getStoresOrBuilderList()
Store this job is writing to.
repeated .feast.core.Store stores = 6;
-
getStoresOrBuilder
StoreProto.StoreOrBuilder getStoresOrBuilder(int index)
Store this job is writing to.
repeated .feast.core.Store stores = 6;
-
getFeatureSetReferencesList
List<FeatureSetReferenceProto.FeatureSetReference> getFeatureSetReferencesList()
List of Feature Set References
repeated .feast.core.FeatureSetReference feature_set_references = 7;
-
getFeatureSetReferences
FeatureSetReferenceProto.FeatureSetReference getFeatureSetReferences(int index)
List of Feature Set References
repeated .feast.core.FeatureSetReference feature_set_references = 7;
-
getFeatureSetReferencesCount
int getFeatureSetReferencesCount()
List of Feature Set References
repeated .feast.core.FeatureSetReference feature_set_references = 7;
-
getFeatureSetReferencesOrBuilderList
List<? extends FeatureSetReferenceProto.FeatureSetReferenceOrBuilder> getFeatureSetReferencesOrBuilderList()
List of Feature Set References
repeated .feast.core.FeatureSetReference feature_set_references = 7;
-
getFeatureSetReferencesOrBuilder
FeatureSetReferenceProto.FeatureSetReferenceOrBuilder getFeatureSetReferencesOrBuilder(int index)
List of Feature Set References
repeated .feast.core.FeatureSetReference feature_set_references = 7;
-
-