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 Summary
Modifier and TypeMethodDescriptiongetFeatureConfigs(int index) Optional.intOptional.Optional.getFeatureConfigsOrBuilder(int index) Optional.Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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];
-