Uses of Class
com.google.cloud.aiplatform.v1.XraiAttribution
-
Packages that use XraiAttribution Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of XraiAttribution in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return XraiAttribution Modifier and Type Method Description XraiAttribution
XraiAttribution.Builder. build()
XraiAttribution
XraiAttribution.Builder. buildPartial()
static XraiAttribution
XraiAttribution. getDefaultInstance()
XraiAttribution
XraiAttribution.Builder. getDefaultInstanceForType()
XraiAttribution
XraiAttribution. getDefaultInstanceForType()
XraiAttribution
ExplanationParameters.Builder. getXraiAttribution()
An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure.XraiAttribution
ExplanationParameters. getXraiAttribution()
An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure.XraiAttribution
ExplanationParametersOrBuilder. getXraiAttribution()
An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure.static XraiAttribution
XraiAttribution. parseDelimitedFrom(InputStream input)
static XraiAttribution
XraiAttribution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XraiAttribution
XraiAttribution. parseFrom(byte[] data)
static XraiAttribution
XraiAttribution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XraiAttribution
XraiAttribution. parseFrom(com.google.protobuf.ByteString data)
static XraiAttribution
XraiAttribution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XraiAttribution
XraiAttribution. parseFrom(com.google.protobuf.CodedInputStream input)
static XraiAttribution
XraiAttribution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XraiAttribution
XraiAttribution. parseFrom(InputStream input)
static XraiAttribution
XraiAttribution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static XraiAttribution
XraiAttribution. parseFrom(ByteBuffer data)
static XraiAttribution
XraiAttribution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type XraiAttribution Modifier and Type Method Description com.google.protobuf.Parser<XraiAttribution>
XraiAttribution. getParserForType()
static com.google.protobuf.Parser<XraiAttribution>
XraiAttribution. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type XraiAttribution Modifier and Type Method Description XraiAttribution.Builder
XraiAttribution.Builder. mergeFrom(XraiAttribution other)
ExplanationParameters.Builder
ExplanationParameters.Builder. mergeXraiAttribution(XraiAttribution value)
An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure.static XraiAttribution.Builder
XraiAttribution. newBuilder(XraiAttribution prototype)
ExplanationParameters.Builder
ExplanationParameters.Builder. setXraiAttribution(XraiAttribution value)
An attribution method that redistributes Integrated Gradients attribution to segmented regions, taking advantage of the model's fully differentiable structure.
-