Interface CreateModelMonitoringJobRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateModelMonitoringJobRequest, CreateModelMonitoringJobRequest.Builder

@Generated public interface CreateModelMonitoringJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      String getParent()
       Required. The parent of the ModelMonitoringJob.
       Format:
       `projects/{project}/locations/{location}/modelMoniitors/{model_monitor}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The parent of the ModelMonitoringJob.
       Format:
       `projects/{project}/locations/{location}/modelMoniitors/{model_monitor}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasModelMonitoringJob

      boolean hasModelMonitoringJob()
       Required. The ModelMonitoringJob to create
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the modelMonitoringJob field is set.
    • getModelMonitoringJob

      ModelMonitoringJob getModelMonitoringJob()
       Required. The ModelMonitoringJob to create
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The modelMonitoringJob.
    • getModelMonitoringJobOrBuilder

      ModelMonitoringJobOrBuilder getModelMonitoringJobOrBuilder()
       Required. The ModelMonitoringJob to create
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
    • getModelMonitoringJobId

      String getModelMonitoringJobId()
       Optional. The ID to use for the Model Monitoring Job, which will become the
       final component of the model monitoring job resource name.
      
       The maximum length is 63 characters, and valid characters are
       `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
       
      string model_monitoring_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The modelMonitoringJobId.
    • getModelMonitoringJobIdBytes

      com.google.protobuf.ByteString getModelMonitoringJobIdBytes()
       Optional. The ID to use for the Model Monitoring Job, which will become the
       final component of the model monitoring job resource name.
      
       The maximum length is 63 characters, and valid characters are
       `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
       
      string model_monitoring_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for modelMonitoringJobId.