public static final class Feature.MonitoringStatsAnomaly.Builder extends GeneratedMessage.Builder<Feature.MonitoringStatsAnomaly.Builder> implements Feature.MonitoringStatsAnomalyOrBuilderA list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
Protobuf type google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Feature.MonitoringStatsAnomaly.BuilderImplements
Feature.MonitoringStatsAnomalyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Feature.MonitoringStatsAnomaly build()| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly |
|
buildPartial()
public Feature.MonitoringStatsAnomaly buildPartial()| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly |
|
clear()
public Feature.MonitoringStatsAnomaly.Builder clear()| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
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];
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
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 | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Feature.MonitoringStatsAnomaly getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFeatureStatsAnomaly()
public FeatureStatsAnomaly getFeatureStatsAnomaly()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];
| Returns | |
|---|---|
| Type | Description |
FeatureStatsAnomaly |
The featureStatsAnomaly. |
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];
| Returns | |
|---|---|
| Type | Description |
FeatureStatsAnomaly.Builder |
|
getFeatureStatsAnomalyOrBuilder()
public FeatureStatsAnomalyOrBuilder getFeatureStatsAnomalyOrBuilder()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];
| Returns | |
|---|---|
| Type | Description |
FeatureStatsAnomalyOrBuilder |
|
getObjective()
public Feature.MonitoringStatsAnomaly.Objective getObjective()Output only. The objective for each stats.
.google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Objective |
The objective. |
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];
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the featureStatsAnomaly field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFeatureStatsAnomaly(FeatureStatsAnomaly value)
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];
| Parameter | |
|---|---|
| Name | Description |
value |
FeatureStatsAnomaly |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
mergeFrom(Feature.MonitoringStatsAnomaly other)
public Feature.MonitoringStatsAnomaly.Builder mergeFrom(Feature.MonitoringStatsAnomaly other)| Parameter | |
|---|---|
| Name | Description |
other |
Feature.MonitoringStatsAnomaly |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Feature.MonitoringStatsAnomaly.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Feature.MonitoringStatsAnomaly.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
setFeatureStatsAnomaly(FeatureStatsAnomaly value)
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];
| Parameter | |
|---|---|
| Name | Description |
value |
FeatureStatsAnomaly |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FeatureStatsAnomaly.Builder |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
|
setObjective(Feature.MonitoringStatsAnomaly.Objective value)
public Feature.MonitoringStatsAnomaly.Builder setObjective(Feature.MonitoringStatsAnomaly.Objective value)Output only. The objective for each stats.
.google.cloud.aiplatform.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Feature.MonitoringStatsAnomaly.ObjectiveThe objective to set. |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for objective to set. |
| Returns | |
|---|---|
| Type | Description |
Feature.MonitoringStatsAnomaly.Builder |
This builder for chaining. |