public static interface ModelMonitoringInput.BatchPredictionOutputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |