Class: Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb
Overview
Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.
Defined Under Namespace
Modules: PredictionFormat
Instance Attribute Summary collapse
-
#bigquery ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
BigQuery location for BatchExplain output.
-
#gcs ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Cloud Storage location for BatchExplain output.
-
#prediction_format ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat
The storage format of the predictions generated BatchPrediction job.
Instance Attribute Details
#bigquery ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Returns BigQuery location for BatchExplain output.
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 189 class ExplanationBaseline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage format of the predictions generated BatchPrediction job. module PredictionFormat # Should not be set. PREDICTION_FORMAT_UNSPECIFIED = 0 # Predictions are in JSONL files. JSONL = 2 # Predictions are in BigQuery. BIGQUERY = 3 end end |
#gcs ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns Cloud Storage location for BatchExplain output.
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 189 class ExplanationBaseline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage format of the predictions generated BatchPrediction job. module PredictionFormat # Should not be set. PREDICTION_FORMAT_UNSPECIFIED = 0 # Predictions are in JSONL files. JSONL = 2 # Predictions are in BigQuery. BIGQUERY = 3 end end |
#prediction_format ⇒ ::Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat
Returns The storage format of the predictions generated BatchPrediction job.
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 189 class ExplanationBaseline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage format of the predictions generated BatchPrediction job. module PredictionFormat # Should not be set. PREDICTION_FORMAT_UNSPECIFIED = 0 # Predictions are in JSONL files. JSONL = 2 # Predictions are in BigQuery. BIGQUERY = 3 end end |