Interface FeatureViewProto.FeatureViewMetaOrBuilder

    • Method Detail

      • hasCreatedTimestamp

        boolean hasCreatedTimestamp()
         Time where this Feature View is created
         
        .google.protobuf.Timestamp created_timestamp = 1;
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        com.google.protobuf.Timestamp getCreatedTimestamp()
         Time where this Feature View is created
         
        .google.protobuf.Timestamp created_timestamp = 1;
        Returns:
        The createdTimestamp.
      • getCreatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
         Time where this Feature View is created
         
        .google.protobuf.Timestamp created_timestamp = 1;
      • hasLastUpdatedTimestamp

        boolean hasLastUpdatedTimestamp()
         Time where this Feature View is last updated
         
        .google.protobuf.Timestamp last_updated_timestamp = 2;
        Returns:
        Whether the lastUpdatedTimestamp field is set.
      • getLastUpdatedTimestamp

        com.google.protobuf.Timestamp getLastUpdatedTimestamp()
         Time where this Feature View is last updated
         
        .google.protobuf.Timestamp last_updated_timestamp = 2;
        Returns:
        The lastUpdatedTimestamp.
      • getLastUpdatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
         Time where this Feature View is last updated
         
        .google.protobuf.Timestamp last_updated_timestamp = 2;
      • getMaterializationIntervalsList

        List<FeatureViewProto.MaterializationInterval> getMaterializationIntervalsList()
         List of pairs (start_time, end_time) for which this feature view has been materialized.
         
        repeated .feast.core.MaterializationInterval materialization_intervals = 3;
      • getMaterializationIntervals

        FeatureViewProto.MaterializationInterval getMaterializationIntervals​(int index)
         List of pairs (start_time, end_time) for which this feature view has been materialized.
         
        repeated .feast.core.MaterializationInterval materialization_intervals = 3;
      • getMaterializationIntervalsCount

        int getMaterializationIntervalsCount()
         List of pairs (start_time, end_time) for which this feature view has been materialized.
         
        repeated .feast.core.MaterializationInterval materialization_intervals = 3;
      • getMaterializationIntervalsOrBuilderList

        List<? extends FeatureViewProto.MaterializationIntervalOrBuilder> getMaterializationIntervalsOrBuilderList()
         List of pairs (start_time, end_time) for which this feature view has been materialized.
         
        repeated .feast.core.MaterializationInterval materialization_intervals = 3;
      • getMaterializationIntervalsOrBuilder

        FeatureViewProto.MaterializationIntervalOrBuilder getMaterializationIntervalsOrBuilder​(int index)
         List of pairs (start_time, end_time) for which this feature view has been materialized.
         
        repeated .feast.core.MaterializationInterval materialization_intervals = 3;