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;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.protobuf.ValueOrBuilder> | |