Class ExplanationMetadataOverride.InputMetadataOverride.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
com.google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride.Builder
All Implemented Interfaces:
ExplanationMetadataOverride.InputMetadataOverrideOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExplanationMetadataOverride.InputMetadataOverride

public static final class ExplanationMetadataOverride.InputMetadataOverride.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder> implements ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
 The [input
 metadata][google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata]
 entries to be overridden.
 
Protobuf type google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
    • getDefaultInstanceForType

      public ExplanationMetadataOverride.InputMetadataOverride getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ExplanationMetadataOverride.InputMetadataOverride.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
    • mergeFrom

      public ExplanationMetadataOverride.InputMetadataOverride.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplanationMetadataOverride.InputMetadataOverride.Builder>
      Throws:
      IOException
    • getInputBaselinesList

      public 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;
      Specified by:
      getInputBaselinesList in interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
    • getInputBaselinesCount

      public 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;
      Specified by:
      getInputBaselinesCount in interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
    • getInputBaselines

      public 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;
      Specified by:
      getInputBaselines in interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
    • setInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder setInputBaselines(int index, com.google.protobuf.Value value)
       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;
    • setInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder setInputBaselines(int index, com.google.protobuf.Value.Builder builderForValue)
       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;
    • addInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(com.google.protobuf.Value value)
       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;
    • addInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(int index, com.google.protobuf.Value value)
       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;
    • addInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(com.google.protobuf.Value.Builder builderForValue)
       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;
    • addInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder addInputBaselines(int index, com.google.protobuf.Value.Builder builderForValue)
       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;
    • addAllInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder addAllInputBaselines(Iterable<? extends com.google.protobuf.Value> values)
       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;
    • clearInputBaselines

       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;
    • removeInputBaselines

      public ExplanationMetadataOverride.InputMetadataOverride.Builder removeInputBaselines(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;
    • getInputBaselinesBuilder

      public com.google.protobuf.Value.Builder getInputBaselinesBuilder(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;
    • getInputBaselinesOrBuilder

      public 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;
      Specified by:
      getInputBaselinesOrBuilder in interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
    • getInputBaselinesOrBuilderList

      public 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;
      Specified by:
      getInputBaselinesOrBuilderList in interface ExplanationMetadataOverride.InputMetadataOverrideOrBuilder
    • addInputBaselinesBuilder

      public com.google.protobuf.Value.Builder addInputBaselinesBuilder()
       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;
    • addInputBaselinesBuilder

      public com.google.protobuf.Value.Builder addInputBaselinesBuilder(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;
    • getInputBaselinesBuilderList

      public List<com.google.protobuf.Value.Builder> getInputBaselinesBuilderList()
       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;