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.vertexai.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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllExplanations(Iterable<? extends Explanation> values)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.vertexai.api.Explanation>
|
addExplanations(Explanation value)
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.vertexai.v1beta1.Explanation explanations = 1;
addExplanations(Explanation.Builder builderForValue)
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.vertexai.v1beta1.Explanation explanations = 1;
addExplanations(int index, Explanation value)
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.vertexai.v1beta1.Explanation explanations = 1;
addExplanations(int index, Explanation.Builder builderForValue)
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.vertexai.v1beta1.Explanation explanations = 1;
addExplanationsBuilder()
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.vertexai.v1beta1.Explanation explanations = 1;
addExplanationsBuilder(int index)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExplainResponse.ConcurrentExplanation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ExplainResponse.ConcurrentExplanation build()
buildPartial()
public ExplainResponse.ConcurrentExplanation buildPartial()
clear()
public ExplainResponse.ConcurrentExplanation.Builder clear()
Overrides
clearExplanations()
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.vertexai.v1beta1.Explanation explanations = 1;
clearField(Descriptors.FieldDescriptor field)
public ExplainResponse.ConcurrentExplanation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExplainResponse.ConcurrentExplanation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ExplainResponse.ConcurrentExplanation.Builder clone()
Overrides
getDefaultInstanceForType()
public ExplainResponse.ConcurrentExplanation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getExplanations(int index)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
index |
int
|
getExplanationsBuilder(int index)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
index |
int
|
getExplanationsBuilderList()
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.vertexai.v1beta1.Explanation explanations = 1;
getExplanationsCount()
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.vertexai.v1beta1.Explanation explanations = 1;
Returns |
Type |
Description |
int |
|
getExplanationsList()
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.vertexai.v1beta1.Explanation explanations = 1;
getExplanationsOrBuilder(int index)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
index |
int
|
getExplanationsOrBuilderList()
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.vertexai.v1beta1.Explanation explanations = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.vertexai.api.ExplanationOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExplainResponse.ConcurrentExplanation other)
public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(ExplainResponse.ConcurrentExplanation other)
public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExplainResponse.ConcurrentExplanation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExplainResponse.ConcurrentExplanation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeExplanations(int index)
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.vertexai.v1beta1.Explanation explanations = 1;
Parameter |
Name |
Description |
index |
int
|
setExplanations(int index, Explanation value)
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.vertexai.v1beta1.Explanation explanations = 1;
setExplanations(int index, Explanation.Builder builderForValue)
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.vertexai.v1beta1.Explanation explanations = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ExplainResponse.ConcurrentExplanation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExplainResponse.ConcurrentExplanation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExplainResponse.ConcurrentExplanation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides