public static interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBigquery()
public abstract BigQueryDestination getBigquery()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
Returns | |
---|---|
Type | Description |
BigQueryDestination |
The bigquery. |
getBigqueryOrBuilder()
public abstract BigQueryDestinationOrBuilder getBigqueryOrBuilder()
BigQuery location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
Returns | |
---|---|
Type | Description |
BigQueryDestinationOrBuilder |
getDestinationCase()
public abstract ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase getDestinationCase()
Returns | |
---|---|
Type | Description |
ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.DestinationCase |
getGcs()
public abstract GcsDestination getGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
Returns | |
---|---|
Type | Description |
GcsDestination |
The gcs. |
getGcsOrBuilder()
public abstract GcsDestinationOrBuilder getGcsOrBuilder()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
Returns | |
---|---|
Type | Description |
GcsDestinationOrBuilder |
getPredictionFormat()
public abstract 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 | |
---|---|
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.v1beta1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
Returns | |
---|---|
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.v1beta1.BigQueryDestination bigquery = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bigquery field is set. |
hasGcs()
public abstract boolean hasGcs()
Cloud Storage location for BatchExplain output.
.google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcs field is set. |