Interface FeatureSelectionConfigOrBuilder (3.56.0)

public interface FeatureSelectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureConfigs(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
FeatureSelectionConfig.FeatureConfig

getFeatureConfigsCount()

public abstract 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];

Returns
Type Description
int

getFeatureConfigsList()

public abstract 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];

Returns
Type Description
List<FeatureConfig>

getFeatureConfigsOrBuilder(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
FeatureSelectionConfig.FeatureConfigOrBuilder

getFeatureConfigsOrBuilderList()

public abstract 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];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfigOrBuilder>