Interface ModelMonitoringInput.BatchPredictionOutputOrBuilder (3.56.0)

See more code actions.
public static interface ModelMonitoringInput.BatchPredictionOutputOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.