Class FeatureSetProto.FeatureSetMeta.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetMeta.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetMeta.Builder>
      • getDefaultInstanceForType

        public FeatureSetProto.FeatureSetMeta getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public FeatureSetProto.FeatureSetMeta build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public FeatureSetProto.FeatureSetMeta buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureSetProto.FeatureSetMeta.Builder>
      • hasCreatedTimestamp

        public boolean hasCreatedTimestamp()
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
        Specified by:
        hasCreatedTimestamp in interface FeatureSetProto.FeatureSetMetaOrBuilder
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        public com.google.protobuf.Timestamp getCreatedTimestamp()
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
        Specified by:
        getCreatedTimestamp in interface FeatureSetProto.FeatureSetMetaOrBuilder
        Returns:
        The createdTimestamp.
      • setCreatedTimestamp

        public FeatureSetProto.FeatureSetMeta.Builder setCreatedTimestamp​(com.google.protobuf.Timestamp value)
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • setCreatedTimestamp

        public FeatureSetProto.FeatureSetMeta.Builder setCreatedTimestamp​(com.google.protobuf.Timestamp.Builder builderForValue)
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • mergeCreatedTimestamp

        public FeatureSetProto.FeatureSetMeta.Builder mergeCreatedTimestamp​(com.google.protobuf.Timestamp value)
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • clearCreatedTimestamp

        public FeatureSetProto.FeatureSetMeta.Builder clearCreatedTimestamp()
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • getCreatedTimestampBuilder

        public com.google.protobuf.Timestamp.Builder getCreatedTimestampBuilder()
         Created timestamp of this specific feature set.
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • getStatusValue

        public 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;
        Specified by:
        getStatusValue in interface FeatureSetProto.FeatureSetMetaOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        public FeatureSetProto.FeatureSetMeta.Builder setStatusValue​(int value)
         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;
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • getStatus

        public 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;
        Specified by:
        getStatus in interface FeatureSetProto.FeatureSetMetaOrBuilder
        Returns:
        The status.
      • setStatus

        public FeatureSetProto.FeatureSetMeta.Builder setStatus​(FeatureSetProto.FeatureSetStatus value)
         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;
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public FeatureSetProto.FeatureSetMeta.Builder clearStatus()
         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;
        Returns:
        This builder for chaining.