publicfinalclass ModelExplanationextendsGeneratedMessageV3implementsModelExplanationOrBuilder
Aggregated explanation metrics for a Model over a set of instances.
Protobuf type google.cloud.vertexai.v1.ModelExplanation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MEAN_ATTRIBUTIONS_FIELD_NUMBER
publicstaticfinalintMEAN_ATTRIBUTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticModelExplanationgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticModelExplanation.BuildernewBuilder()
newBuilder(ModelExplanation prototype)
publicstaticModelExplanation.BuildernewBuilder(ModelExplanationprototype)
publicstaticModelExplanationparseDelimitedFrom(InputStreaminput)
publicstaticModelExplanationparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticModelExplanationparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticModelExplanationparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticModelExplanationparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticModelExplanationparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticModelExplanationparseFrom(CodedInputStreaminput)
publicstaticModelExplanationparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticModelExplanationparseFrom(InputStreaminput)
publicstaticModelExplanationparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticModelExplanationparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticModelExplanationparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ModelExplanation>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicModelExplanationgetDefaultInstanceForType()
getMeanAttributions(int index)
publicAttributiongetMeanAttributions(intindex)
Output only. Aggregated attributions explaining the Model's prediction
outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that
predict only one score, there is only one attibution that explains the
predicted output. For Models that predict multiple outputs, such as
multiclass Models that predict multiple classes, each element explains one
specific item.
Attribution.output_index
can be used to identify which output this attribution is explaining.
The
baselineOutputValue,
instanceOutputValue
and
featureAttributions
fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one
attribution, which averages attributions over all the classes it predicts.
Attribution.approximation_error
is not populated.
repeated .google.cloud.vertexai.v1.Attribution mean_attributions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getMeanAttributionsCount()
publicintgetMeanAttributionsCount()
Output only. Aggregated attributions explaining the Model's prediction
outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that
predict only one score, there is only one attibution that explains the
predicted output. For Models that predict multiple outputs, such as
multiclass Models that predict multiple classes, each element explains one
specific item.
Attribution.output_index
can be used to identify which output this attribution is explaining.
The
baselineOutputValue,
instanceOutputValue
and
featureAttributions
fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one
attribution, which averages attributions over all the classes it predicts.
Attribution.approximation_error
is not populated.
repeated .google.cloud.vertexai.v1.Attribution mean_attributions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
getMeanAttributionsList()
publicList<Attribution>getMeanAttributionsList()
Output only. Aggregated attributions explaining the Model's prediction
outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that
predict only one score, there is only one attibution that explains the
predicted output. For Models that predict multiple outputs, such as
multiclass Models that predict multiple classes, each element explains one
specific item.
Attribution.output_index
can be used to identify which output this attribution is explaining.
The
baselineOutputValue,
instanceOutputValue
and
featureAttributions
fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one
attribution, which averages attributions over all the classes it predicts.
Attribution.approximation_error
is not populated.
repeated .google.cloud.vertexai.v1.Attribution mean_attributions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMeanAttributionsOrBuilder(int index)
publicAttributionOrBuildergetMeanAttributionsOrBuilder(intindex)
Output only. Aggregated attributions explaining the Model's prediction
outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that
predict only one score, there is only one attibution that explains the
predicted output. For Models that predict multiple outputs, such as
multiclass Models that predict multiple classes, each element explains one
specific item.
Attribution.output_index
can be used to identify which output this attribution is explaining.
The
baselineOutputValue,
instanceOutputValue
and
featureAttributions
fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one
attribution, which averages attributions over all the classes it predicts.
Attribution.approximation_error
is not populated.
repeated .google.cloud.vertexai.v1.Attribution mean_attributions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
getMeanAttributionsOrBuilderList()
publicList<?extendsAttributionOrBuilder>getMeanAttributionsOrBuilderList()
Output only. Aggregated attributions explaining the Model's prediction
outputs over the set of instances. The attributions are grouped by outputs.
For Models that predict only one output, such as regression Models that
predict only one score, there is only one attibution that explains the
predicted output. For Models that predict multiple outputs, such as
multiclass Models that predict multiple classes, each element explains one
specific item.
Attribution.output_index
can be used to identify which output this attribution is explaining.
The
baselineOutputValue,
instanceOutputValue
and
featureAttributions
fields are averaged over the test data.
NOTE: Currently AutoML tabular classification Models produce only one
attribution, which averages attributions over all the classes it predicts.
Attribution.approximation_error
is not populated.
repeated .google.cloud.vertexai.v1.Attribution mean_attributions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.vertexai.api.AttributionOrBuilder> |
getParserForType()
publicParser<ModelExplanation>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicModelExplanation.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedModelExplanation.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicModelExplanation.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides