Class ModelMonitoringInput.BatchPredictionOutput.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput.Builder
All Implemented Interfaces:
ModelMonitoringInput.BatchPredictionOutputOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ModelMonitoringInput.BatchPredictionOutput

public static final class ModelMonitoringInput.BatchPredictionOutput.Builder extends com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder> implements ModelMonitoringInput.BatchPredictionOutputOrBuilder
 Data from Vertex AI Batch prediction job output.
 
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
    • getDefaultInstanceForType

      public ModelMonitoringInput.BatchPredictionOutput getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ModelMonitoringInput.BatchPredictionOutput.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
    • mergeFrom

      public ModelMonitoringInput.BatchPredictionOutput.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModelMonitoringInput.BatchPredictionOutput.Builder>
      Throws:
      IOException
    • getBatchPredictionJob

      public 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) = { ... }
      Specified by:
      getBatchPredictionJob in interface ModelMonitoringInput.BatchPredictionOutputOrBuilder
      Returns:
      The batchPredictionJob.
    • getBatchPredictionJobBytes

      public 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) = { ... }
      Specified by:
      getBatchPredictionJobBytes in interface ModelMonitoringInput.BatchPredictionOutputOrBuilder
      Returns:
      The bytes for batchPredictionJob.
    • setBatchPredictionJob

      public ModelMonitoringInput.BatchPredictionOutput.Builder setBatchPredictionJob(String value)
       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) = { ... }
      Parameters:
      value - The batchPredictionJob to set.
      Returns:
      This builder for chaining.
    • clearBatchPredictionJob

      public ModelMonitoringInput.BatchPredictionOutput.Builder clearBatchPredictionJob()
       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:
      This builder for chaining.
    • setBatchPredictionJobBytes

      public ModelMonitoringInput.BatchPredictionOutput.Builder setBatchPredictionJobBytes(com.google.protobuf.ByteString value)
       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) = { ... }
      Parameters:
      value - The bytes for batchPredictionJob to set.
      Returns:
      This builder for chaining.