Class FeatureMonitorJob.JobSummary.Builder (3.84.0)

public static final class FeatureMonitorJob.JobSummary.Builder extends GeneratedMessage.Builder<FeatureMonitorJob.JobSummary.Builder> implements FeatureMonitorJob.JobSummaryOrBuilder

Summary from the FeatureMonitorJob.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureMonitorJob.JobSummary

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFeatureStatsAndAnomalies(Iterable<? extends FeatureStatsAndAnomaly> values)

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>
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

addFeatureStatsAndAnomalies(FeatureStatsAndAnomaly value)

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];

Parameter
Name Description
value FeatureStatsAndAnomaly
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

addFeatureStatsAndAnomalies(FeatureStatsAndAnomaly.Builder builderForValue)

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];

Parameter
Name Description
builderForValue FeatureStatsAndAnomaly.Builder
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

addFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly value)

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];

Parameters
Name Description
index int
value FeatureStatsAndAnomaly
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

addFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue FeatureStatsAndAnomaly.Builder
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

addFeatureStatsAndAnomaliesBuilder()

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];

Returns
Type Description
FeatureStatsAndAnomaly.Builder

addFeatureStatsAndAnomaliesBuilder(int index)

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
Returns
Type Description
FeatureStatsAndAnomaly.Builder

build()

public FeatureMonitorJob.JobSummary build()
Returns
Type Description
FeatureMonitorJob.JobSummary

buildPartial()

public FeatureMonitorJob.JobSummary buildPartial()
Returns
Type Description
FeatureMonitorJob.JobSummary

clear()

public FeatureMonitorJob.JobSummary.Builder clear()
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder
Overrides

clearFeatureStatsAndAnomalies()

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];

Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

clearTotalSlotMs()

public FeatureMonitorJob.JobSummary.Builder clearTotalSlotMs()

Output only. BigQuery slot milliseconds consumed.

int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

This builder for chaining.

getDefaultInstanceForType()

public FeatureMonitorJob.JobSummary getDefaultInstanceForType()
Returns
Type Description
FeatureMonitorJob.JobSummary

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatureStatsAndAnomalies(int index)

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
Returns
Type Description
FeatureStatsAndAnomaly

getFeatureStatsAndAnomaliesBuilder(int index)

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
Returns
Type Description
FeatureStatsAndAnomaly.Builder

getFeatureStatsAndAnomaliesBuilderList()

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];

Returns
Type Description
List<Builder>

getFeatureStatsAndAnomaliesCount()

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

getFeatureStatsAndAnomaliesList()

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];

Returns
Type Description
List<FeatureStatsAndAnomaly>

getFeatureStatsAndAnomaliesOrBuilder(int index)

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
Returns
Type Description
FeatureStatsAndAnomalyOrBuilder

getFeatureStatsAndAnomaliesOrBuilderList()

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>

getTotalSlotMs()

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureMonitorJob.JobSummary other)

public FeatureMonitorJob.JobSummary.Builder mergeFrom(FeatureMonitorJob.JobSummary other)
Parameter
Name Description
other FeatureMonitorJob.JobSummary
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureMonitorJob.JobSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureMonitorJob.JobSummary.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder
Overrides

removeFeatureStatsAndAnomalies(int index)

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
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

setFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly value)

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];

Parameters
Name Description
index int
value FeatureStatsAndAnomaly
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

setFeatureStatsAndAnomalies(int index, FeatureStatsAndAnomaly.Builder builderForValue)

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];

Parameters
Name Description
index int
builderForValue FeatureStatsAndAnomaly.Builder
Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

setTotalSlotMs(long value)

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.

Returns
Type Description
FeatureMonitorJob.JobSummary.Builder

This builder for chaining.