public static interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Value |
getInputBaselines(int index)
Baseline inputs for this feature.
|
int |
getInputBaselinesCount()
Baseline inputs for this feature.
|
List<com.google.protobuf.Value> |
getInputBaselinesList()
Baseline inputs for this feature.
|
com.google.protobuf.ValueOrBuilder |
getInputBaselinesOrBuilder(int index)
Baseline inputs for this feature.
|
List<? extends com.google.protobuf.ValueOrBuilder> |
getInputBaselinesOrBuilderList()
Baseline inputs for this feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.Value> getInputBaselinesList()
Baseline inputs for this feature. This overrides the `input_baseline` field of the [ExplanationMetadata.InputMetadata][google.cloud.aiplatform.v1.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;com.google.protobuf.Value getInputBaselines(int index)
Baseline inputs for this feature. This overrides the `input_baseline` field of the [ExplanationMetadata.InputMetadata][google.cloud.aiplatform.v1.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;int getInputBaselinesCount()
Baseline inputs for this feature. This overrides the `input_baseline` field of the [ExplanationMetadata.InputMetadata][google.cloud.aiplatform.v1.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;List<? extends com.google.protobuf.ValueOrBuilder> getInputBaselinesOrBuilderList()
Baseline inputs for this feature. This overrides the `input_baseline` field of the [ExplanationMetadata.InputMetadata][google.cloud.aiplatform.v1.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;com.google.protobuf.ValueOrBuilder getInputBaselinesOrBuilder(int index)
Baseline inputs for this feature. This overrides the `input_baseline` field of the [ExplanationMetadata.InputMetadata][google.cloud.aiplatform.v1.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;Copyright © 2024 Google LLC. All rights reserved.