public interface FeatureSelectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureSelectionConfig.FeatureConfig |
getFeatureConfigs(int index)
Optional.
|
int |
getFeatureConfigsCount()
Optional.
|
List<FeatureSelectionConfig.FeatureConfig> |
getFeatureConfigsList()
Optional.
|
FeatureSelectionConfig.FeatureConfigOrBuilder |
getFeatureConfigsOrBuilder(int index)
Optional.
|
List<? extends FeatureSelectionConfig.FeatureConfigOrBuilder> |
getFeatureConfigsOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.