Interface ModelMonitoringInput.BatchPredictionOutputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringInput.BatchPredictionOutput,ModelMonitoringInput.BatchPredictionOutput.Builder
- Enclosing class:
- ModelMonitoringInput
public static interface ModelMonitoringInput.BatchPredictionOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionVertex AI Batch prediction job resource name.com.google.protobuf.ByteStringVertex AI Batch prediction job resource name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBatchPredictionJob
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:
- The batchPredictionJob.
-
getBatchPredictionJobBytes
com.google.protobuf.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:
- The bytes for batchPredictionJob.
-