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 Details

    • 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

       The storage format of the predictions generated BatchPrediction job.
       
      .google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
      Returns:
      The predictionFormat.
    • getDestinationCase