Class ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder (3.5.0)

public static final class ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder extends GeneratedMessageV3.Builder<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder> implements ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder

Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

Protobuf type google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline build()
Returns

buildPartial()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline buildPartial()
Returns

clear()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clear()
Returns Overrides

clearBigquery()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearBigquery()

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Returns

clearDestination()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearDestination()
Returns

clearField(Descriptors.FieldDescriptor field)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearGcs()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearGcs()

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPredictionFormat()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clearPredictionFormat()

The storage format of the predictions generated BatchPrediction job.

.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;

Returns

clone()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder clone()
Returns Overrides

getBigquery()

public BigQueryDestination getBigquery()

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Returns
TypeDescription
BigQueryDestination

The bigquery.

getBigqueryBuilder()

public BigQueryDestination.Builder getBigqueryBuilder()

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Returns

getBigqueryOrBuilder()

public BigQueryDestinationOrBuilder getBigqueryOrBuilder()

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Returns

getDefaultInstanceForType()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationCase()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()
Returns

getGcs()

public GcsDestination getGcs()

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Returns
TypeDescription
GcsDestination

The gcs.

getGcsBuilder()

public GcsDestination.Builder getGcsBuilder()

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Returns
TypeDescription
GcsDestination.Builder

getGcsOrBuilder()

public GcsDestinationOrBuilder getGcsOrBuilder()

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Returns

getPredictionFormat()

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat getPredictionFormat()

The storage format of the predictions generated BatchPrediction job.

.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;

Returns

getPredictionFormatValue()

public int getPredictionFormatValue()

The storage format of the predictions generated BatchPrediction job.

.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for predictionFormat.

hasBigquery()

public boolean hasBigquery()

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Returns
TypeDescription
boolean

Whether the bigquery field is set.

hasGcs()

public boolean hasGcs()

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Returns
TypeDescription
boolean

Whether the gcs field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeBigquery(BigQueryDestination value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder mergeBigquery(BigQueryDestination value)

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Parameter
NameDescription
valueBigQueryDestination
Returns

mergeFrom(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline other)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder mergeFrom(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeGcs(GcsDestination value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder mergeGcs(GcsDestination value)

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Parameter
NameDescription
valueGcsDestination
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setBigquery(BigQueryDestination value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setBigquery(BigQueryDestination value)

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Parameter
NameDescription
valueBigQueryDestination
Returns

setBigquery(BigQueryDestination.Builder builderForValue)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setBigquery(BigQueryDestination.Builder builderForValue)

BigQuery location for BatchExplain output.

.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;

Parameter
NameDescription
builderForValueBigQueryDestination.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setGcs(GcsDestination value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setGcs(GcsDestination value)

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Parameter
NameDescription
valueGcsDestination
Returns

setGcs(GcsDestination.Builder builderForValue)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setGcs(GcsDestination.Builder builderForValue)

Cloud Storage location for BatchExplain output.

.google.cloud.aiplatform.v1.GcsDestination gcs = 2;

Parameter
NameDescription
builderForValueGcsDestination.Builder
Returns

setPredictionFormat(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setPredictionFormat(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat value)

The storage format of the predictions generated BatchPrediction job.

.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;

Parameter Returns

setPredictionFormatValue(int value)

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setPredictionFormatValue(int value)

The storage format of the predictions generated BatchPrediction job.

.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;

Parameter
NameDescription
valueint

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

Returns

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

public ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides