Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline (v0.64.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline.

Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery

def bigquery() -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Returns
  • (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — BigQuery location for BatchExplain output.

    Note: The following fields are mutually exclusive: bigquery, gcs. If a field in that set is populated, all other fields in the set will automatically be cleared.

#bigquery=

def bigquery=(value) -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Parameter
  • value (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — BigQuery location for BatchExplain output.

    Note: The following fields are mutually exclusive: bigquery, gcs. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — BigQuery location for BatchExplain output.

    Note: The following fields are mutually exclusive: bigquery, gcs. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs

def gcs() -> ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns
  • (::Google::Cloud::AIPlatform::V1::GcsDestination) — Cloud Storage location for BatchExplain output.

    Note: The following fields are mutually exclusive: gcs, bigquery. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs=

def gcs=(value) -> ::Google::Cloud::AIPlatform::V1::GcsDestination
Parameter
  • value (::Google::Cloud::AIPlatform::V1::GcsDestination) — Cloud Storage location for BatchExplain output.

    Note: The following fields are mutually exclusive: gcs, bigquery. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::GcsDestination) — Cloud Storage location for BatchExplain output.

    Note: The following fields are mutually exclusive: gcs, bigquery. If a field in that set is populated, all other fields in the set will automatically be cleared.

#prediction_format

def prediction_format() -> ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat
Returns

#prediction_format=

def prediction_format=(value) -> ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat
Parameter
Returns