Class FeatureMonitor.Builder

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

public static final class FeatureMonitor.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureMonitor.Builder> implements FeatureMonitorOrBuilder
 Vertex AI Feature Monitor.
 
Protobuf type google.cloud.aiplatform.v1beta1.FeatureMonitor
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<FeatureMonitor.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<FeatureMonitor.Builder>
    • internalGetFieldAccessorTable

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

      public FeatureMonitor.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<FeatureMonitor.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<FeatureMonitor.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public FeatureMonitor.Builder mergeFrom(FeatureMonitor other)
    • isInitialized

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

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

      public String getName()
       Identifier. Name of the FeatureMonitor. Format:
       `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getName in interface FeatureMonitorOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Identifier. Name of the FeatureMonitor. Format:
       `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getNameBytes in interface FeatureMonitorOrBuilder
      Returns:
      The bytes for name.
    • setName

      public FeatureMonitor.Builder setName(String value)
       Identifier. Name of the FeatureMonitor. Format:
       `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public FeatureMonitor.Builder clearName()
       Identifier. Name of the FeatureMonitor. Format:
       `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      This builder for chaining.
    • setNameBytes

      public FeatureMonitor.Builder setNameBytes(com.google.protobuf.ByteString value)
       Identifier. Name of the FeatureMonitor. Format:
       `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasCreateTime

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

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

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

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

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

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

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

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

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

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface FeatureMonitorOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public FeatureMonitor.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public FeatureMonitor.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public FeatureMonitor.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public FeatureMonitor.Builder clearUpdateTime()
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this FeatureMonitor was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface FeatureMonitorOrBuilder
    • getEtag

      public String getEtag()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEtag in interface FeatureMonitorOrBuilder
      Returns:
      The etag.
    • getEtagBytes

      public com.google.protobuf.ByteString getEtagBytes()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEtagBytes in interface FeatureMonitorOrBuilder
      Returns:
      The bytes for etag.
    • setEtag

      public FeatureMonitor.Builder setEtag(String value)
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The etag to set.
      Returns:
      This builder for chaining.
    • clearEtag

      public FeatureMonitor.Builder clearEtag()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setEtagBytes

      public FeatureMonitor.Builder setEtagBytes(com.google.protobuf.ByteString value)
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for etag to set.
      Returns:
      This builder for chaining.
    • getLabelsCount

      public int getLabelsCount()
      Description copied from interface: FeatureMonitorOrBuilder
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
      Specified by:
      getLabelsCount in interface FeatureMonitorOrBuilder
    • containsLabels

      public boolean containsLabels(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
      Specified by:
      containsLabels in interface FeatureMonitorOrBuilder
    • getLabels

      @Deprecated public Map<String,String> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
      Specified by:
      getLabels in interface FeatureMonitorOrBuilder
    • getLabelsMap

      public Map<String,String> getLabelsMap()
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
      Specified by:
      getLabelsMap in interface FeatureMonitorOrBuilder
    • getLabelsOrDefault

      public String getLabelsOrDefault(String key, String defaultValue)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
      Specified by:
      getLabelsOrDefault in interface FeatureMonitorOrBuilder
    • getLabelsOrThrow

      public String getLabelsOrThrow(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
      Specified by:
      getLabelsOrThrow in interface FeatureMonitorOrBuilder
    • clearLabels

      public FeatureMonitor.Builder clearLabels()
    • removeLabels

      public FeatureMonitor.Builder removeLabels(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
    • getMutableLabels

      @Deprecated public Map<String,String> getMutableLabels()
      Deprecated.
      Use alternate mutation accessors instead.
    • putLabels

      public FeatureMonitor.Builder putLabels(String key, String value)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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];
    • putAllLabels

      public FeatureMonitor.Builder putAllLabels(Map<String,String> values)
       Optional. The labels with user-defined metadata to organize your
       FeatureMonitor.
      
       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

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

      public com.google.protobuf.ByteString getDescriptionBytes()
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDescriptionBytes in interface FeatureMonitorOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public FeatureMonitor.Builder setDescription(String value)
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public FeatureMonitor.Builder clearDescription()
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public FeatureMonitor.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Optional. Description of the FeatureMonitor.
       
      string description = 6 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasScheduleConfig

      public boolean hasScheduleConfig()
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasScheduleConfig in interface FeatureMonitorOrBuilder
      Returns:
      Whether the scheduleConfig field is set.
    • getScheduleConfig

      public ScheduleConfig getScheduleConfig()
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getScheduleConfig in interface FeatureMonitorOrBuilder
      Returns:
      The scheduleConfig.
    • setScheduleConfig

      public FeatureMonitor.Builder setScheduleConfig(ScheduleConfig value)
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
    • setScheduleConfig

      public FeatureMonitor.Builder setScheduleConfig(ScheduleConfig.Builder builderForValue)
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
    • mergeScheduleConfig

      public FeatureMonitor.Builder mergeScheduleConfig(ScheduleConfig value)
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
    • clearScheduleConfig

      public FeatureMonitor.Builder clearScheduleConfig()
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
    • getScheduleConfigBuilder

      public ScheduleConfig.Builder getScheduleConfigBuilder()
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
    • getScheduleConfigOrBuilder

      public ScheduleConfigOrBuilder getScheduleConfigOrBuilder()
       Required. Schedule config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.ScheduleConfig schedule_config = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getScheduleConfigOrBuilder in interface FeatureMonitorOrBuilder
    • hasFeatureSelectionConfig

      public boolean hasFeatureSelectionConfig()
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasFeatureSelectionConfig in interface FeatureMonitorOrBuilder
      Returns:
      Whether the featureSelectionConfig field is set.
    • getFeatureSelectionConfig

      public FeatureSelectionConfig getFeatureSelectionConfig()
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureSelectionConfig in interface FeatureMonitorOrBuilder
      Returns:
      The featureSelectionConfig.
    • setFeatureSelectionConfig

      public FeatureMonitor.Builder setFeatureSelectionConfig(FeatureSelectionConfig value)
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
    • setFeatureSelectionConfig

      public FeatureMonitor.Builder setFeatureSelectionConfig(FeatureSelectionConfig.Builder builderForValue)
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
    • mergeFeatureSelectionConfig

      public FeatureMonitor.Builder mergeFeatureSelectionConfig(FeatureSelectionConfig value)
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
    • clearFeatureSelectionConfig

      public FeatureMonitor.Builder clearFeatureSelectionConfig()
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureSelectionConfigBuilder

      public FeatureSelectionConfig.Builder getFeatureSelectionConfigBuilder()
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureSelectionConfigOrBuilder

      public FeatureSelectionConfigOrBuilder getFeatureSelectionConfigOrBuilder()
       Required. Feature selection config for the FeatureMonitor.
       
      .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig feature_selection_config = 8 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureSelectionConfigOrBuilder in interface FeatureMonitorOrBuilder