public static final class FeatureSelectionConfig.Builder extends GeneratedMessageV3.Builder<FeatureSelectionConfig.Builder> implements FeatureSelectionConfigOrBuilder
Feature selection configuration for the FeatureMonitor.
Protobuf type google.cloud.aiplatform.v1beta1.FeatureSelectionConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeatureSelectionConfig.Builder addAllFeatureConfigs(Iterable<? extends FeatureSelectionConfig.FeatureConfig> values)
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 |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.FeatureSelectionConfig.FeatureConfig>
|
public FeatureSelectionConfig.Builder addFeatureConfigs(FeatureSelectionConfig.FeatureConfig value)
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];
public FeatureSelectionConfig.Builder addFeatureConfigs(FeatureSelectionConfig.FeatureConfig.Builder builderForValue)
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];
public FeatureSelectionConfig.Builder addFeatureConfigs(int index, FeatureSelectionConfig.FeatureConfig value)
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];
public FeatureSelectionConfig.Builder addFeatureConfigs(int index, FeatureSelectionConfig.FeatureConfig.Builder builderForValue)
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];
public FeatureSelectionConfig.FeatureConfig.Builder addFeatureConfigsBuilder()
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];
public FeatureSelectionConfig.FeatureConfig.Builder addFeatureConfigsBuilder(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
|
public FeatureSelectionConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureSelectionConfig build()
public FeatureSelectionConfig buildPartial()
public FeatureSelectionConfig.Builder clear()
Overrides
public FeatureSelectionConfig.Builder clearFeatureConfigs()
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];
public FeatureSelectionConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureSelectionConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureSelectionConfig.Builder clone()
Overrides
public FeatureSelectionConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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
|
public FeatureSelectionConfig.FeatureConfig.Builder getFeatureConfigsBuilder(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
|
public List<FeatureSelectionConfig.FeatureConfig.Builder> getFeatureConfigsBuilderList()
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];
public 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 |
|
public 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];
public 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
|
public 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> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureSelectionConfig.Builder mergeFrom(FeatureSelectionConfig other)
public FeatureSelectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureSelectionConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeatureSelectionConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureSelectionConfig.Builder removeFeatureConfigs(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
|
public FeatureSelectionConfig.Builder setFeatureConfigs(int index, FeatureSelectionConfig.FeatureConfig value)
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];
public FeatureSelectionConfig.Builder setFeatureConfigs(int index, FeatureSelectionConfig.FeatureConfig.Builder builderForValue)
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];
public FeatureSelectionConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureSelectionConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FeatureSelectionConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides