Interface FeatureSelectionConfigOrBuilder

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

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

    • getFeatureConfigsList

      List<FeatureSelectionConfig.FeatureConfig> getFeatureConfigsList()
       Optional. A list of features to be monitored and each feature's drift
       threshold.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig feature_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureConfigs

      FeatureSelectionConfig.FeatureConfig getFeatureConfigs(int index)
       Optional. A list of features to be monitored and each feature's drift
       threshold.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig feature_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureConfigsCount

      int getFeatureConfigsCount()
       Optional. A list of features to be monitored and each feature's drift
       threshold.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig feature_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureConfigsOrBuilderList

      List<? extends FeatureSelectionConfig.FeatureConfigOrBuilder> getFeatureConfigsOrBuilderList()
       Optional. A list of features to be monitored and each feature's drift
       threshold.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig feature_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureConfigsOrBuilder

      FeatureSelectionConfig.FeatureConfigOrBuilder getFeatureConfigsOrBuilder(int index)
       Optional. A list of features to be monitored and each feature's drift
       threshold.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig feature_configs = 1 [(.google.api.field_behavior) = OPTIONAL];