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 Type
    Method
    Description
    com.google.protobuf.Value
    getInputBaselines(int index)
    Baseline inputs for this feature.
    int
    Baseline inputs for this feature.
    List<com.google.protobuf.Value>
    Baseline inputs for this feature.
    com.google.protobuf.ValueOrBuilder
    Baseline inputs for this feature.
    List<? extends com.google.protobuf.ValueOrBuilder>
    Baseline inputs for this feature.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;