Interface ModelMonitoringInput.BatchPredictionOutputOrBuilder (3.44.0)

public static interface ModelMonitoringInput.BatchPredictionOutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBatchPredictionJob()

public abstract String getBatchPredictionJob()

Vertex AI Batch prediction job resource name. The job must match the model version specified in [ModelMonitor].[model_monitoring_target].

string batch_prediction_job = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The batchPredictionJob.

getBatchPredictionJobBytes()

public abstract ByteString getBatchPredictionJobBytes()

Vertex AI Batch prediction job resource name. The job must match the model version specified in [ModelMonitor].[model_monitoring_target].

string batch_prediction_job = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for batchPredictionJob.