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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryDestination
getBigquery()
BigQuery location for BatchExplain output.BigQueryDestinationOrBuilder
getBigqueryOrBuilder()
BigQuery location for BatchExplain output.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase
getDestinationCase()
GcsDestination
getGcs()
Cloud Storage location for BatchExplain output.GcsDestinationOrBuilder
getGcsOrBuilder()
Cloud Storage location for BatchExplain output.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
getPredictionFormat()
The storage format of the predictions generated BatchPrediction job.int
getPredictionFormatValue()
The storage format of the predictions generated BatchPrediction job.boolean
hasBigquery()
BigQuery location for BatchExplain output.boolean
hasGcs()
Cloud Storage location for BatchExplain output.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcs
boolean hasGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
- Returns:
- Whether the gcs field is set.
-
getGcs
GcsDestination getGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
- Returns:
- The gcs.
-
getGcsOrBuilder
GcsDestinationOrBuilder getGcsOrBuilder()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
-
hasBigquery
boolean hasBigquery()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
- Returns:
- Whether the bigquery field is set.
-
getBigquery
BigQueryDestination getBigquery()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
- Returns:
- The bigquery.
-
getBigqueryOrBuilder
BigQueryDestinationOrBuilder getBigqueryOrBuilder()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
-
getPredictionFormatValue
int getPredictionFormatValue()
The storage format of the predictions generated BatchPrediction job.
.google.cloud.aiplatform.v1beta1.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.v1beta1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
- Returns:
- The predictionFormat.
-
getDestinationCase
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()
-
-