Package com.google.cloud.aiplatform.v1
Interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExplanationMetadataOverride.InputMetadataOverride,ExplanationMetadataOverride.InputMetadataOverride.Builder
- Enclosing class:
- ExplanationMetadataOverride
public static interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ValuegetInputBaselines(int index) Baseline inputs for this feature.intBaseline inputs for this feature.List<com.google.protobuf.Value>Baseline inputs for this feature.com.google.protobuf.ValueOrBuildergetInputBaselinesOrBuilder(int index) Baseline inputs for this feature.List<? extends com.google.protobuf.ValueOrBuilder>Baseline inputs for this feature.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInputBaselinesList
List<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; -
getInputBaselines
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; -
getInputBaselinesCount
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; -
getInputBaselinesOrBuilderList
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; -
getInputBaselinesOrBuilder
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;
-