Package com.google.cloud.aiplatform.v1
Interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline,ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder
- Enclosing class:
- ModelMonitoringObjectiveConfig.ExplanationConfig
public static interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBigQuery location for BatchExplain output.BigQuery location for BatchExplain output.getGcs()Cloud Storage location for BatchExplain output.Cloud Storage location for BatchExplain output.The storage format of the predictions generated BatchPrediction job.intThe storage format of the predictions generated BatchPrediction job.booleanBigQuery location for BatchExplain output.booleanhasGcs()Cloud Storage location for BatchExplain output.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGcs
boolean hasGcs()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2;- Returns:
- Whether the gcs field is set.
-
getGcs
GcsDestination getGcs()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2;- Returns:
- The gcs.
-
getGcsOrBuilder
GcsDestinationOrBuilder getGcsOrBuilder()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2; -
hasBigquery
boolean hasBigquery()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;- Returns:
- Whether the bigquery field is set.
-
getBigquery
BigQueryDestination getBigquery()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;- Returns:
- The bigquery.
-
getBigqueryOrBuilder
BigQueryDestinationOrBuilder getBigqueryOrBuilder()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3; -
getPredictionFormatValue
int getPredictionFormatValue()The storage format of the predictions generated BatchPrediction job.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;- Returns:
- The enum numeric value on the wire for predictionFormat.
-
getPredictionFormat
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:
- The predictionFormat.
-
getDestinationCase
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()
-