Interface ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder

    • Method Detail

      • hasGcs

        boolean hasGcs()
         Cloud Storage location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
        Returns:
        Whether the gcs field is set.
      • getGcs

        GcsDestination getGcs()
         Cloud Storage location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
        Returns:
        The gcs.
      • getGcsOrBuilder

        GcsDestinationOrBuilder getGcsOrBuilder()
         Cloud Storage location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.GcsDestination gcs = 2;
      • hasBigquery

        boolean hasBigquery()
         BigQuery location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
        Returns:
        Whether the bigquery field is set.
      • getBigquery

        BigQueryDestination getBigquery()
         BigQuery location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
        Returns:
        The bigquery.
      • getBigqueryOrBuilder

        BigQueryDestinationOrBuilder getBigqueryOrBuilder()
         BigQuery location for BatchExplain output.
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery = 3;
      • getPredictionFormatValue

        int getPredictionFormatValue()
         The storage format of the predictions generated BatchPrediction job.
         
        .google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat prediction_format = 1;
        Returns:
        The enum numeric value on the wire for predictionFormat.