Interface IngestionJobProto.IngestionJobOrBuilder

    • 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.
      • 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.
      • 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;
      • getFeatureSetReferencesCount

        int getFeatureSetReferencesCount()
         List of Feature Set References
         
        repeated .feast.core.FeatureSetReference feature_set_references = 7;