Class ExplanationMetadataOverride.InputMetadataOverride.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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
      • buildPartial

        public ExplanationMetadataOverride.InputMetadataOverride buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • 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.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;
        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.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;
        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.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;
        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.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;
      • 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.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;
      • 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.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;
      • 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.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;
      • 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.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;
      • 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.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;
      • 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.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;
      • clearInputBaselines

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

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