Interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • 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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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;