Interface FeatureServiceProto.LoggingConfigOrBuilder

    • Method Detail

      • getSampleRate

        float getSampleRate()
        float sample_rate = 1;
        Returns:
        The sampleRate.
      • hasPartitionInterval

        boolean hasPartitionInterval()
        .google.protobuf.Duration partition_interval = 2;
        Returns:
        Whether the partitionInterval field is set.
      • getPartitionInterval

        com.google.protobuf.Duration getPartitionInterval()
        .google.protobuf.Duration partition_interval = 2;
        Returns:
        The partitionInterval.
      • getPartitionIntervalOrBuilder

        com.google.protobuf.DurationOrBuilder getPartitionIntervalOrBuilder()
        .google.protobuf.Duration partition_interval = 2;
      • hasFileDestination

        boolean hasFileDestination()
        .feast.core.LoggingConfig.FileDestination file_destination = 3;
        Returns:
        Whether the fileDestination field is set.
      • hasBigqueryDestination

        boolean hasBigqueryDestination()
        .feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
        Returns:
        Whether the bigqueryDestination field is set.
      • hasRedshiftDestination

        boolean hasRedshiftDestination()
        .feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
        Returns:
        Whether the redshiftDestination field is set.
      • hasSnowflakeDestination

        boolean hasSnowflakeDestination()
        .feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
        Returns:
        Whether the snowflakeDestination field is set.
      • hasCustomDestination

        boolean hasCustomDestination()
        .feast.core.LoggingConfig.CustomDestination custom_destination = 7;
        Returns:
        Whether the customDestination field is set.