Interface FeatureMonitorJobOrBuilder

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

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

    • getName

      String getName()
       Identifier. Name of the FeatureMonitorJob. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}/featureMonitorJobs/{feature_monitor_job}`.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifier. Name of the FeatureMonitorJob. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}/featureMonitorJobs/{feature_monitor_job}`.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The bytes for name.
    • hasCreateTime

      boolean hasCreateTime()
       Output only. Timestamp when this FeatureMonitorJob was created. Creation of
       a FeatureMonitorJob means that the job is pending / waiting for sufficient
       resources but may not have started running yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this FeatureMonitorJob was created. Creation of
       a FeatureMonitorJob means that the job is pending / waiting for sufficient
       resources but may not have started running yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this FeatureMonitorJob was created. Creation of
       a FeatureMonitorJob means that the job is pending / waiting for sufficient
       resources but may not have started running yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasFinalStatus

      boolean hasFinalStatus()
       Output only. Final status of the FeatureMonitorJob.
       
      .google.rpc.Status final_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the finalStatus field is set.
    • getFinalStatus

      Status getFinalStatus()
       Output only. Final status of the FeatureMonitorJob.
       
      .google.rpc.Status final_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The finalStatus.
    • getFinalStatusOrBuilder

      StatusOrBuilder getFinalStatusOrBuilder()
       Output only. Final status of the FeatureMonitorJob.
       
      .google.rpc.Status final_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasJobSummary

      boolean hasJobSummary()
       Output only. Summary from the FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitorJob.JobSummary job_summary = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the jobSummary field is set.
    • getJobSummary

       Output only. Summary from the FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitorJob.JobSummary job_summary = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The jobSummary.
    • getJobSummaryOrBuilder

      FeatureMonitorJob.JobSummaryOrBuilder getJobSummaryOrBuilder()
       Output only. Summary from the FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitorJob.JobSummary job_summary = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getLabelsCount

      int getLabelsCount()
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitorJob.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureMonitor(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • containsLabels

      boolean containsLabels(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitorJob.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureMonitor(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<String,String> getLabelsMap()
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitorJob.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureMonitor(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getLabelsOrDefault

      String getLabelsOrDefault(String key, String defaultValue)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitorJob.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureMonitor(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getLabelsOrThrow

      String getLabelsOrThrow(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitorJob.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureMonitor(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getDescription

      String getDescription()
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for description.
    • getDriftBaseFeatureMonitorJobId

      long getDriftBaseFeatureMonitorJobId()
       Output only. FeatureMonitorJob ID comparing to which the drift is
       calculated.
       
      int64 drift_base_feature_monitor_job_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The driftBaseFeatureMonitorJobId.
    • hasDriftBaseSnapshotTime

      boolean hasDriftBaseSnapshotTime()
       Output only. Data snapshot time comparing to which the drift is calculated.
       
      .google.protobuf.Timestamp drift_base_snapshot_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the driftBaseSnapshotTime field is set.
    • getDriftBaseSnapshotTime

      com.google.protobuf.Timestamp getDriftBaseSnapshotTime()
       Output only. Data snapshot time comparing to which the drift is calculated.
       
      .google.protobuf.Timestamp drift_base_snapshot_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The driftBaseSnapshotTime.
    • getDriftBaseSnapshotTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getDriftBaseSnapshotTimeOrBuilder()
       Output only. Data snapshot time comparing to which the drift is calculated.
       
      .google.protobuf.Timestamp drift_base_snapshot_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasFeatureSelectionConfig

      boolean hasFeatureSelectionConfig()
       Output only. Feature selection config used when creating FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the featureSelectionConfig field is set.
    • getFeatureSelectionConfig

      FeatureSelectionConfig getFeatureSelectionConfig()
       Output only. Feature selection config used when creating FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The featureSelectionConfig.
    • getFeatureSelectionConfigOrBuilder

      FeatureSelectionConfigOrBuilder getFeatureSelectionConfigOrBuilder()
       Output only. Feature selection config used when creating FeatureMonitorJob.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTriggerTypeValue

      int getTriggerTypeValue()
       Output only. Trigger type of the Feature Monitor Job.
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitorJob.FeatureMonitorJobTrigger trigger_type = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for triggerType.
    • getTriggerType

       Output only. Trigger type of the Feature Monitor Job.
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitorJob.FeatureMonitorJobTrigger trigger_type = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The triggerType.