public static final class ExplainResponse.ConcurrentExplanation.Builder extends GeneratedMessageV3.Builder<ExplainResponse.ConcurrentExplanation.Builder> implements ExplainResponse.ConcurrentExplanationOrBuilder
   
   This message is a wrapper grouping Concurrent Explanations.
 Protobuf type google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder addAllExplanations(Iterable<? extends Explanation> values)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.Explanation>
 | 
    
  
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder addExplanations(Explanation value)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder addExplanations(Explanation.Builder builderForValue)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder addExplanations(int index, Explanation value)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder addExplanations(int index, Explanation.Builder builderForValue)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public Explanation.Builder addExplanationsBuilder()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public Explanation.Builder addExplanationsBuilder(int index)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation build()
   
  
  
  
  
    public ExplainResponse.ConcurrentExplanation buildPartial()
   
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder clear()
   
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder clearExplanations()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder clone()
   
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public Explanation getExplanations(int index)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public Explanation.Builder getExplanationsBuilder(int index)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Explanation.Builder> getExplanationsBuilderList()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public int getExplanationsCount()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Explanation> getExplanationsList()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplanationOrBuilder getExplanationsOrBuilder(int index)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends ExplanationOrBuilder> getExplanationsOrBuilderList()
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.ExplanationOrBuilder> |  | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(ExplainResponse.ConcurrentExplanation other)
   
  
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ExplainResponse.ConcurrentExplanation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder removeExplanations(int index)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder setExplanations(int index, Explanation value)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder setExplanations(int index, Explanation.Builder builderForValue)
   
   The explanations of the Model's
 PredictResponse.predictions.
 It has the same number of elements as
 instances to
 be explained.
 repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;
    public ExplainResponse.ConcurrentExplanation.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ExplainResponse.ConcurrentExplanation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ExplainResponse.ConcurrentExplanation.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides