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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryDestinationgetBigquery()BigQuery location for BatchExplain output.BigQueryDestinationOrBuildergetBigqueryOrBuilder()BigQuery location for BatchExplain output.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCasegetDestinationCase()GcsDestinationgetGcs()Cloud Storage location for BatchExplain output.GcsDestinationOrBuildergetGcsOrBuilder()Cloud Storage location for BatchExplain output.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormatgetPredictionFormat()The storage format of the predictions generated BatchPrediction job.intgetPredictionFormatValue()The storage format of the predictions generated BatchPrediction job.booleanhasBigquery()BigQuery location for BatchExplain output.booleanhasGcs()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.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()
-
-