Class ModelMonitoringJob.Builder

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

public static final class ModelMonitoringJob.Builder extends com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringJob.Builder> implements ModelMonitoringJobOrBuilder
 Represents a model monitoring job that analyze dataset using different
 monitoring algorithm.
 
Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringJob
  • 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<ModelMonitoringJob.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<ModelMonitoringJob.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<ModelMonitoringJob.Builder>
    • getDefaultInstanceForType

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

      public ModelMonitoringJob build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ModelMonitoringJob buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ModelMonitoringJob.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<ModelMonitoringJob.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<ModelMonitoringJob.Builder>
    • mergeFrom

      public ModelMonitoringJob.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<ModelMonitoringJob.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Output only. Resource name of a ModelMonitoringJob. Format:
       `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_id}/modelMonitoringJobs/{model_monitoring_job_id}`
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getName in interface ModelMonitoringJobOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. Resource name of a ModelMonitoringJob. Format:
       `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_id}/modelMonitoringJobs/{model_monitoring_job_id}`
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNameBytes in interface ModelMonitoringJobOrBuilder
      Returns:
      The bytes for name.
    • setName

      public ModelMonitoringJob.Builder setName(String value)
       Output only. Resource name of a ModelMonitoringJob. Format:
       `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_id}/modelMonitoringJobs/{model_monitoring_job_id}`
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public ModelMonitoringJob.Builder clearName()
       Output only. Resource name of a ModelMonitoringJob. Format:
       `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_id}/modelMonitoringJobs/{model_monitoring_job_id}`
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setNameBytes

      public ModelMonitoringJob.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. Resource name of a ModelMonitoringJob. Format:
       `projects/{project_id}/locations/{location_id}/modelMonitors/{model_monitor_id}/modelMonitoringJobs/{model_monitoring_job_id}`
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDisplayName

      public String getDisplayName()
       The display name of the ModelMonitoringJob.
       The name can be up to 128 characters long and can consist of any UTF-8.
       
      string display_name = 2;
      Specified by:
      getDisplayName in interface ModelMonitoringJobOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       The display name of the ModelMonitoringJob.
       The name can be up to 128 characters long and can consist of any UTF-8.
       
      string display_name = 2;
      Specified by:
      getDisplayNameBytes in interface ModelMonitoringJobOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public ModelMonitoringJob.Builder setDisplayName(String value)
       The display name of the ModelMonitoringJob.
       The name can be up to 128 characters long and can consist of any UTF-8.
       
      string display_name = 2;
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public ModelMonitoringJob.Builder clearDisplayName()
       The display name of the ModelMonitoringJob.
       The name can be up to 128 characters long and can consist of any UTF-8.
       
      string display_name = 2;
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public ModelMonitoringJob.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       The display name of the ModelMonitoringJob.
       The name can be up to 128 characters long and can consist of any UTF-8.
       
      string display_name = 2;
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • hasModelMonitoringSpec

      public boolean hasModelMonitoringSpec()
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
      Specified by:
      hasModelMonitoringSpec in interface ModelMonitoringJobOrBuilder
      Returns:
      Whether the modelMonitoringSpec field is set.
    • getModelMonitoringSpec

      public ModelMonitoringSpec getModelMonitoringSpec()
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
      Specified by:
      getModelMonitoringSpec in interface ModelMonitoringJobOrBuilder
      Returns:
      The modelMonitoringSpec.
    • setModelMonitoringSpec

      public ModelMonitoringJob.Builder setModelMonitoringSpec(ModelMonitoringSpec value)
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
    • setModelMonitoringSpec

      public ModelMonitoringJob.Builder setModelMonitoringSpec(ModelMonitoringSpec.Builder builderForValue)
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
    • mergeModelMonitoringSpec

      public ModelMonitoringJob.Builder mergeModelMonitoringSpec(ModelMonitoringSpec value)
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
    • clearModelMonitoringSpec

      public ModelMonitoringJob.Builder clearModelMonitoringSpec()
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
    • getModelMonitoringSpecBuilder

      public ModelMonitoringSpec.Builder getModelMonitoringSpecBuilder()
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
    • getModelMonitoringSpecOrBuilder

      public ModelMonitoringSpecOrBuilder getModelMonitoringSpecOrBuilder()
       Monitoring monitoring job spec. It outlines the specifications for
       monitoring objectives, notifications, and result exports. If left blank,
       the default monitoring specifications from the top-level resource
       'ModelMonitor' will be applied. If provided, we will use the specification
       defined here rather than the default one.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringSpec model_monitoring_spec = 3;
      Specified by:
      getModelMonitoringSpecOrBuilder in interface ModelMonitoringJobOrBuilder
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface ModelMonitoringJobOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface ModelMonitoringJobOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public ModelMonitoringJob.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public ModelMonitoringJob.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public ModelMonitoringJob.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public ModelMonitoringJob.Builder clearCreateTime()
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this ModelMonitoringJob was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface ModelMonitoringJobOrBuilder
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface ModelMonitoringJobOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface ModelMonitoringJobOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public ModelMonitoringJob.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public ModelMonitoringJob.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public ModelMonitoringJob.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public ModelMonitoringJob.Builder clearUpdateTime()
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this ModelMonitoringJob was updated most
       recently.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface ModelMonitoringJobOrBuilder
    • getStateValue

      public int getStateValue()
       Output only. The state of the monitoring job.
       * When the job is still creating, the state will be 'JOB_STATE_PENDING'.
       * Once the job is successfully created, the state will be
       'JOB_STATE_RUNNING'.
       * Once the job is finished, the state will be one of
       'JOB_STATE_FAILED', 'JOB_STATE_SUCCEEDED',
       'JOB_STATE_PARTIALLY_SUCCEEDED'.
       
      .google.cloud.aiplatform.v1beta1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateValue in interface ModelMonitoringJobOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • setStateValue

      public ModelMonitoringJob.Builder setStateValue(int value)
       Output only. The state of the monitoring job.
       * When the job is still creating, the state will be 'JOB_STATE_PENDING'.
       * Once the job is successfully created, the state will be
       'JOB_STATE_RUNNING'.
       * Once the job is finished, the state will be one of
       'JOB_STATE_FAILED', 'JOB_STATE_SUCCEEDED',
       'JOB_STATE_PARTIALLY_SUCCEEDED'.
       
      .google.cloud.aiplatform.v1beta1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for state to set.
      Returns:
      This builder for chaining.
    • getState

      public JobState getState()
       Output only. The state of the monitoring job.
       * When the job is still creating, the state will be 'JOB_STATE_PENDING'.
       * Once the job is successfully created, the state will be
       'JOB_STATE_RUNNING'.
       * Once the job is finished, the state will be one of
       'JOB_STATE_FAILED', 'JOB_STATE_SUCCEEDED',
       'JOB_STATE_PARTIALLY_SUCCEEDED'.
       
      .google.cloud.aiplatform.v1beta1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getState in interface ModelMonitoringJobOrBuilder
      Returns:
      The state.
    • setState

      public ModelMonitoringJob.Builder setState(JobState value)
       Output only. The state of the monitoring job.
       * When the job is still creating, the state will be 'JOB_STATE_PENDING'.
       * Once the job is successfully created, the state will be
       'JOB_STATE_RUNNING'.
       * Once the job is finished, the state will be one of
       'JOB_STATE_FAILED', 'JOB_STATE_SUCCEEDED',
       'JOB_STATE_PARTIALLY_SUCCEEDED'.
       
      .google.cloud.aiplatform.v1beta1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public ModelMonitoringJob.Builder clearState()
       Output only. The state of the monitoring job.
       * When the job is still creating, the state will be 'JOB_STATE_PENDING'.
       * Once the job is successfully created, the state will be
       'JOB_STATE_RUNNING'.
       * Once the job is finished, the state will be one of
       'JOB_STATE_FAILED', 'JOB_STATE_SUCCEEDED',
       'JOB_STATE_PARTIALLY_SUCCEEDED'.
       
      .google.cloud.aiplatform.v1beta1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getSchedule

      public String getSchedule()
       Output only. Schedule resource name. It will only appear when this job is
       triggered by a schedule.
       
      string schedule = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getSchedule in interface ModelMonitoringJobOrBuilder
      Returns:
      The schedule.
    • getScheduleBytes

      public com.google.protobuf.ByteString getScheduleBytes()
       Output only. Schedule resource name. It will only appear when this job is
       triggered by a schedule.
       
      string schedule = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getScheduleBytes in interface ModelMonitoringJobOrBuilder
      Returns:
      The bytes for schedule.
    • setSchedule

      public ModelMonitoringJob.Builder setSchedule(String value)
       Output only. Schedule resource name. It will only appear when this job is
       triggered by a schedule.
       
      string schedule = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The schedule to set.
      Returns:
      This builder for chaining.
    • clearSchedule

      public ModelMonitoringJob.Builder clearSchedule()
       Output only. Schedule resource name. It will only appear when this job is
       triggered by a schedule.
       
      string schedule = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setScheduleBytes

      public ModelMonitoringJob.Builder setScheduleBytes(com.google.protobuf.ByteString value)
       Output only. Schedule resource name. It will only appear when this job is
       triggered by a schedule.
       
      string schedule = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for schedule to set.
      Returns:
      This builder for chaining.
    • hasJobExecutionDetail

      public boolean hasJobExecutionDetail()
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasJobExecutionDetail in interface ModelMonitoringJobOrBuilder
      Returns:
      Whether the jobExecutionDetail field is set.
    • getJobExecutionDetail

      public ModelMonitoringJobExecutionDetail getJobExecutionDetail()
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getJobExecutionDetail in interface ModelMonitoringJobOrBuilder
      Returns:
      The jobExecutionDetail.
    • setJobExecutionDetail

      public ModelMonitoringJob.Builder setJobExecutionDetail(ModelMonitoringJobExecutionDetail value)
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setJobExecutionDetail

      public ModelMonitoringJob.Builder setJobExecutionDetail(ModelMonitoringJobExecutionDetail.Builder builderForValue)
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeJobExecutionDetail

      public ModelMonitoringJob.Builder mergeJobExecutionDetail(ModelMonitoringJobExecutionDetail value)
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearJobExecutionDetail

      public ModelMonitoringJob.Builder clearJobExecutionDetail()
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getJobExecutionDetailBuilder

      public ModelMonitoringJobExecutionDetail.Builder getJobExecutionDetailBuilder()
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getJobExecutionDetailOrBuilder

      public ModelMonitoringJobExecutionDetailOrBuilder getJobExecutionDetailOrBuilder()
       Output only. Execution results for all the monitoring objectives.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail job_execution_detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getJobExecutionDetailOrBuilder in interface ModelMonitoringJobOrBuilder
    • hasScheduleTime

      public boolean hasScheduleTime()
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasScheduleTime in interface ModelMonitoringJobOrBuilder
      Returns:
      Whether the scheduleTime field is set.
    • getScheduleTime

      public com.google.protobuf.Timestamp getScheduleTime()
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getScheduleTime in interface ModelMonitoringJobOrBuilder
      Returns:
      The scheduleTime.
    • setScheduleTime

      public ModelMonitoringJob.Builder setScheduleTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setScheduleTime

      public ModelMonitoringJob.Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeScheduleTime

      public ModelMonitoringJob.Builder mergeScheduleTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearScheduleTime

      public ModelMonitoringJob.Builder clearScheduleTime()
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getScheduleTimeBuilder

      public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder()
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getScheduleTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
       Output only. Timestamp when this ModelMonitoringJob was scheduled. It will
       only appear when this job is triggered by a schedule.
       
      .google.protobuf.Timestamp schedule_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getScheduleTimeOrBuilder in interface ModelMonitoringJobOrBuilder