public static interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigquery()
public abstract BigQueryDestination getBigquery()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;
| Type | Description |
| BigQueryDestination | The bigquery. |
getBigqueryOrBuilder()
public abstract BigQueryDestinationOrBuilder getBigqueryOrBuilder()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;
| Type | Description |
| BigQueryDestinationOrBuilder |
getDestinationCase()
public abstract ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()| Type | Description |
| ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase |
getGcs()
public abstract GcsDestination getGcs()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2;
| Type | Description |
| GcsDestination | The gcs. |
getGcsOrBuilder()
public abstract GcsDestinationOrBuilder getGcsOrBuilder()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2;
| Type | Description |
| GcsDestinationOrBuilder |
getPredictionFormat()
public abstract 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;
| Type | Description |
| ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat | The predictionFormat. |
getPredictionFormatValue()
public abstract int getPredictionFormatValue()The storage format of the predictions generated BatchPrediction job.
.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
| Type | Description |
| int | The enum numeric value on the wire for predictionFormat. |
hasBigquery()
public abstract boolean hasBigquery()BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1.BigQueryDestination bigquery = 3;
| Type | Description |
| boolean | Whether the bigquery field is set. |
hasGcs()
public abstract boolean hasGcs()Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1.GcsDestination gcs = 2;
| Type | Description |
| boolean | Whether the gcs field is set. |