public static final class ExplanationMetadataOverride.InputMetadataOverride.Builder extends GeneratedMessageV3.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder> implements ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
The input
metadata
entries to be overridden.
Protobuf type
google.cloud.aiplatform.v1beta1.ExplanationMetadataOverride.InputMetadataOverride
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 ExplanationMetadataOverride.InputMetadataOverride.Builder addAllInputBaselines(Iterable<? extends Value> values)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.protobuf.Value>
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(Value value)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
value | Value
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(Value.Builder builderForValue)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(int index, Value value)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Value
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(int index, Value.Builder builderForValue)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameters |
---|
Name | Description |
index | int
|
builderForValue | Builder
|
public Value.Builder addInputBaselinesBuilder()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
public Value.Builder addInputBaselinesBuilder(int index)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
index | int
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride build()
public ExplanationMetadataOverride.InputMetadataOverride buildPartial()
public ExplanationMetadataOverride.InputMetadataOverride.Builder clear()
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder clearInputBaselines()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
public ExplanationMetadataOverride.InputMetadataOverride.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder clone()
Overrides
public ExplanationMetadataOverride.InputMetadataOverride getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Value getInputBaselines(int index)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Value | |
public Value.Builder getInputBaselinesBuilder(int index)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<Value.Builder> getInputBaselinesBuilderList()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
public int getInputBaselinesCount()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Returns |
---|
Type | Description |
int | |
public List<Value> getInputBaselinesList()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
public ValueOrBuilder getInputBaselinesOrBuilder(int index)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends ValueOrBuilder> getInputBaselinesOrBuilderList()
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Returns |
---|
Type | Description |
List<? extends com.google.protobuf.ValueOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder mergeFrom(ExplanationMetadataOverride.InputMetadataOverride other)
public ExplanationMetadataOverride.InputMetadataOverride.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ExplanationMetadataOverride.InputMetadataOverride.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder removeInputBaselines(int index)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameter |
---|
Name | Description |
index | int
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ExplanationMetadataOverride.InputMetadataOverride.Builder setInputBaselines(int index, Value value)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Value
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder setInputBaselines(int index, Value.Builder builderForValue)
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
repeated .google.protobuf.Value input_baselines = 1;
Parameters |
---|
Name | Description |
index | int
|
builderForValue | Builder
|
public ExplanationMetadataOverride.InputMetadataOverride.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ExplanationMetadataOverride.InputMetadataOverride.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides