Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput

Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput.



19398
19399
19400
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19398

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#batch_prediction_jobString

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

Returns:

  • (String)


19396
19397
19398
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19396

def batch_prediction_job
  @batch_prediction_job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19403
19404
19405
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19403

def update!(**args)
  @batch_prediction_job = args[:batch_prediction_job] if args.key?(:batch_prediction_job)
end