Class Feature.MonitoringStatsAnomaly.Builder (3.42.0)

public static final class Feature.MonitoringStatsAnomaly.Builder extends GeneratedMessageV3.Builder<Feature.MonitoringStatsAnomaly.Builder> implements Feature.MonitoringStatsAnomalyOrBuilder

A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

Protobuf type google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Feature.MonitoringStatsAnomaly.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

build()

public Feature.MonitoringStatsAnomaly build()
Returns
TypeDescription
Feature.MonitoringStatsAnomaly

buildPartial()

public Feature.MonitoringStatsAnomaly buildPartial()
Returns
TypeDescription
Feature.MonitoringStatsAnomaly

clear()

public Feature.MonitoringStatsAnomaly.Builder clear()
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

clearFeatureStatsAnomaly()

public Feature.MonitoringStatsAnomaly.Builder clearFeatureStatsAnomaly()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

clearField(Descriptors.FieldDescriptor field)

public Feature.MonitoringStatsAnomaly.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

clearObjective()

public Feature.MonitoringStatsAnomaly.Builder clearObjective()

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Feature.MonitoringStatsAnomaly.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

clone()

public Feature.MonitoringStatsAnomaly.Builder clone()
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

getDefaultInstanceForType()

public Feature.MonitoringStatsAnomaly getDefaultInstanceForType()
Returns
TypeDescription
Feature.MonitoringStatsAnomaly

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFeatureStatsAnomaly()

public FeatureStatsAnomaly getFeatureStatsAnomaly()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStatsAnomaly

The featureStatsAnomaly.

getFeatureStatsAnomalyBuilder()

public FeatureStatsAnomaly.Builder getFeatureStatsAnomalyBuilder()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStatsAnomaly.Builder

getFeatureStatsAnomalyOrBuilder()

public FeatureStatsAnomalyOrBuilder getFeatureStatsAnomalyOrBuilder()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureStatsAnomalyOrBuilder

getObjective()

public Feature.MonitoringStatsAnomaly.Objective getObjective()

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Objective

The objective.

getObjectiveValue()

public int getObjectiveValue()

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for objective.

hasFeatureStatsAnomaly()

public boolean hasFeatureStatsAnomaly()

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the featureStatsAnomaly field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFeatureStatsAnomaly(FeatureStatsAnomaly value)

public Feature.MonitoringStatsAnomaly.Builder mergeFeatureStatsAnomaly(FeatureStatsAnomaly value)

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueFeatureStatsAnomaly
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

mergeFrom(Feature.MonitoringStatsAnomaly other)

public Feature.MonitoringStatsAnomaly.Builder mergeFrom(Feature.MonitoringStatsAnomaly other)
Parameter
NameDescription
otherFeature.MonitoringStatsAnomaly
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Feature.MonitoringStatsAnomaly.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Feature.MonitoringStatsAnomaly.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Feature.MonitoringStatsAnomaly.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

setFeatureStatsAnomaly(FeatureStatsAnomaly value)

public Feature.MonitoringStatsAnomaly.Builder setFeatureStatsAnomaly(FeatureStatsAnomaly value)

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueFeatureStatsAnomaly
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

setFeatureStatsAnomaly(FeatureStatsAnomaly.Builder builderForValue)

public Feature.MonitoringStatsAnomaly.Builder setFeatureStatsAnomaly(FeatureStatsAnomaly.Builder builderForValue)

Output only. The stats and anomalies generated at specific timestamp.

.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueFeatureStatsAnomaly.Builder
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Feature.MonitoringStatsAnomaly.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

setObjective(Feature.MonitoringStatsAnomaly.Objective value)

public Feature.MonitoringStatsAnomaly.Builder setObjective(Feature.MonitoringStatsAnomaly.Objective value)

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueFeature.MonitoringStatsAnomaly.Objective

The objective to set.

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

This builder for chaining.

setObjectiveValue(int value)

public Feature.MonitoringStatsAnomaly.Builder setObjectiveValue(int value)

Output only. The objective for each stats.

.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for objective to set.

Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Feature.MonitoringStatsAnomaly.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Feature.MonitoringStatsAnomaly.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Feature.MonitoringStatsAnomaly.Builder
Overrides