Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Data from Vertex AI Batch prediction job output.
Instance Attribute Summary collapse
-
#batch_prediction_job ⇒ String
Vertex AI Batch prediction job resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
constructor
A new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput.
16943 16944 16945 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16943 def initialize(**args) update!(**args) end |
Instance Attribute Details
#batch_prediction_job ⇒ String
Vertex AI Batch prediction job resource name. The job must match the model
version specified in [ModelMonitor].[model_monitoring_target].
Corresponds to the JSON property batchPredictionJob
16941 16942 16943 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16941 def batch_prediction_job @batch_prediction_job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16948 16949 16950 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16948 def update!(**args) @batch_prediction_job = args[:batch_prediction_job] if args.key?(:batch_prediction_job) end |