Class Feature.MonitoringStatsAnomaly.Builder

  • All Implemented Interfaces:
    Feature.MonitoringStatsAnomalyOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Feature.MonitoringStatsAnomaly

    public static final class Feature.MonitoringStatsAnomaly.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Feature.MonitoringStatsAnomaly.Builder>
    implements Feature.MonitoringStatsAnomalyOrBuilder
     A list of historical
     [SnapshotAnalysis][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis]
     or
     [ImportFeaturesAnalysis][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis]
     stats requested by user, sorted by
     [FeatureStatsAnomaly.start_time][google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly.start_time]
     descending.
     
    Protobuf type google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly
    • 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<Feature.MonitoringStatsAnomaly.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<Feature.MonitoringStatsAnomaly.Builder>
      • getDefaultInstanceForType

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

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

        public Feature.MonitoringStatsAnomaly 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<Feature.MonitoringStatsAnomaly.Builder>
      • getObjectiveValue

        public int getObjectiveValue()
         Output only. The objective for each stats.
         
        .google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getObjectiveValue in interface Feature.MonitoringStatsAnomalyOrBuilder
        Returns:
        The enum numeric value on the wire for objective.
      • setObjectiveValue

        public Feature.MonitoringStatsAnomaly.Builder setObjectiveValue​(int value)
         Output only. The objective for each stats.
         
        .google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for objective to set.
        Returns:
        This builder for chaining.
      • clearObjective

        public Feature.MonitoringStatsAnomaly.Builder clearObjective()
         Output only. The objective for each stats.
         
        .google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasFeatureStatsAnomaly

        public boolean hasFeatureStatsAnomaly()
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasFeatureStatsAnomaly in interface Feature.MonitoringStatsAnomalyOrBuilder
        Returns:
        Whether the featureStatsAnomaly field is set.
      • setFeatureStatsAnomaly

        public Feature.MonitoringStatsAnomaly.Builder setFeatureStatsAnomaly​(FeatureStatsAnomaly value)
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setFeatureStatsAnomaly

        public Feature.MonitoringStatsAnomaly.Builder setFeatureStatsAnomaly​(FeatureStatsAnomaly.Builder builderForValue)
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeFeatureStatsAnomaly

        public Feature.MonitoringStatsAnomaly.Builder mergeFeatureStatsAnomaly​(FeatureStatsAnomaly value)
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearFeatureStatsAnomaly

        public Feature.MonitoringStatsAnomaly.Builder clearFeatureStatsAnomaly()
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getFeatureStatsAnomalyBuilder

        public FeatureStatsAnomaly.Builder getFeatureStatsAnomalyBuilder()
         Output only. The stats and anomalies generated at specific timestamp.
         
        .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];