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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
- (::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat) — The storage format of the predictions generated BatchPrediction job.
#prediction_format=
def prediction_format=(value) -> ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat
- value (::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat) — The storage format of the predictions generated BatchPrediction job.
- (::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat) — The storage format of the predictions generated BatchPrediction job.