public static interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputBaselines(int index)
public abstract 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;
| Name | Description |
index |
int |
| Type | Description |
Value |
getInputBaselinesCount()
public abstract 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;
| Type | Description |
int |
getInputBaselinesList()
public abstract 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;
| Type | Description |
List<Value> |
getInputBaselinesOrBuilder(int index)
public abstract 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;
| Name | Description |
index |
int |
| Type | Description |
ValueOrBuilder |
getInputBaselinesOrBuilderList()
public abstract 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;
| Type | Description |
List<? extends com.google.protobuf.ValueOrBuilder> |