public static final class FeatureMonitorJob.JobSummary.Builder extends GeneratedMessageV3.Builder<FeatureMonitorJob.JobSummary.Builder> implements FeatureMonitorJob.JobSummaryOrBuilder
Summary from the FeatureMonitorJob.
Protobuf type google.cloud.aiplatform.v1beta1.FeatureMonitorJob.JobSummary
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeatureMonitorJob.JobSummary.Builder addAllFeatureStatsAndAnomalies(Iterable<? extends FeatureStatsAndAnomaly> values)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly>
|
public FeatureMonitorJob.JobSummary.Builder addFeatureStatsAndAnomalies(FeatureStatsAndAnomaly value)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder addFeatureStatsAndAnomalies(FeatureStatsAndAnomaly.Builder builderForValue)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder addFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly value)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder addFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly.Builder builderForValue)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureStatsAndAnomaly.Builder addFeatureStatsAndAnomaliesBuilder()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureStatsAndAnomaly.Builder addFeatureStatsAndAnomaliesBuilder(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public FeatureMonitorJob.JobSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureMonitorJob.JobSummary build()
public FeatureMonitorJob.JobSummary buildPartial()
public FeatureMonitorJob.JobSummary.Builder clear()
Overrides
public FeatureMonitorJob.JobSummary.Builder clearFeatureStatsAndAnomalies()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureMonitorJob.JobSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureMonitorJob.JobSummary.Builder clearTotalSlotMs()
Output only. BigQuery slot milliseconds consumed.
int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder clone()
Overrides
public FeatureMonitorJob.JobSummary getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public FeatureStatsAndAnomaly getFeatureStatsAndAnomalies(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public FeatureStatsAndAnomaly.Builder getFeatureStatsAndAnomaliesBuilder(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<FeatureStatsAndAnomaly.Builder> getFeatureStatsAndAnomaliesBuilderList()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getFeatureStatsAndAnomaliesCount()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<FeatureStatsAndAnomaly> getFeatureStatsAndAnomaliesList()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureStatsAndAnomalyOrBuilder getFeatureStatsAndAnomaliesOrBuilder(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends FeatureStatsAndAnomalyOrBuilder> getFeatureStatsAndAnomaliesOrBuilderList()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomalyOrBuilder> |
|
public long getTotalSlotMs()
Output only. BigQuery slot milliseconds consumed.
int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
long |
The totalSlotMs.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureMonitorJob.JobSummary.Builder mergeFrom(FeatureMonitorJob.JobSummary other)
public FeatureMonitorJob.JobSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureMonitorJob.JobSummary.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeatureMonitorJob.JobSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureMonitorJob.JobSummary.Builder removeFeatureStatsAndAnomalies(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public FeatureMonitorJob.JobSummary.Builder setFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly value)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder setFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly.Builder builderForValue)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FeatureMonitorJob.JobSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureMonitorJob.JobSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public FeatureMonitorJob.JobSummary.Builder setTotalSlotMs(long value)
Output only. BigQuery slot milliseconds consumed.
int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
long
The totalSlotMs to set.
|
public final FeatureMonitorJob.JobSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides