Interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder (3.42.0)

public static interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigquery()

public abstract BigQueryDestination getBigquery()

BigQuery location for BatchExplain output.

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

Returns
TypeDescription
BigQueryDestination

The bigquery.

getBigqueryOrBuilder()

public abstract BigQueryDestinationOrBuilder getBigqueryOrBuilder()

BigQuery location for BatchExplain output.

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

Returns
TypeDescription
BigQueryDestinationOrBuilder

getDestinationCase()

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

getGcs()

public abstract GcsDestination getGcs()

Cloud Storage location for BatchExplain output.

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

Returns
TypeDescription
GcsDestination

The gcs.

getGcsOrBuilder()

public abstract GcsDestinationOrBuilder getGcsOrBuilder()

Cloud Storage location for BatchExplain output.

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

Returns
TypeDescription
GcsDestinationOrBuilder

getPredictionFormat()

public abstract ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat getPredictionFormat()

The storage format of the predictions generated BatchPrediction job.

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

Returns
TypeDescription
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat

The predictionFormat.

getPredictionFormatValue()

public abstract int getPredictionFormatValue()

The storage format of the predictions generated BatchPrediction job.

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

Returns
TypeDescription
int

The enum numeric value on the wire for predictionFormat.

hasBigquery()

public abstract boolean hasBigquery()

BigQuery location for BatchExplain output.

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

Returns
TypeDescription
boolean

Whether the bigquery field is set.

hasGcs()

public abstract boolean hasGcs()

Cloud Storage location for BatchExplain output.

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

Returns
TypeDescription
boolean

Whether the gcs field is set.