public static interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;GcsDestination getGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;GcsDestinationOrBuilder getGcsOrBuilder()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;boolean hasBigquery()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;BigQueryDestination getBigquery()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;BigQueryDestinationOrBuilder getBigqueryOrBuilder()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;int getPredictionFormatValue()
The storage format of the predictions generated BatchPrediction job.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
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;
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.