| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
SmoothGradConfig |
SmoothGradConfig.Builder.build() |
SmoothGradConfig |
SmoothGradConfig.Builder.buildPartial() |
static SmoothGradConfig |
SmoothGradConfig.getDefaultInstance() |
SmoothGradConfig |
SmoothGradConfig.getDefaultInstanceForType() |
SmoothGradConfig |
SmoothGradConfig.Builder.getDefaultInstanceForType() |
SmoothGradConfig |
IntegratedGradientsAttribution.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
SmoothGradConfig |
IntegratedGradientsAttribution.Builder.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
SmoothGradConfig |
IntegratedGradientsAttributionOrBuilder.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
SmoothGradConfig |
XraiAttribution.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
SmoothGradConfig |
XraiAttribution.Builder.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
SmoothGradConfig |
XraiAttributionOrBuilder.getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.
|
static SmoothGradConfig |
SmoothGradConfig.parseDelimitedFrom(InputStream input) |
static SmoothGradConfig |
SmoothGradConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(byte[] data) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(ByteBuffer data) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(com.google.protobuf.ByteString data) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(InputStream input) |
static SmoothGradConfig |
SmoothGradConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SmoothGradConfig> |
SmoothGradConfig.getParserForType() |
static com.google.protobuf.Parser<SmoothGradConfig> |
SmoothGradConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
SmoothGradConfig.Builder |
SmoothGradConfig.Builder.mergeFrom(SmoothGradConfig other) |
IntegratedGradientsAttribution.Builder |
IntegratedGradientsAttribution.Builder.mergeSmoothGradConfig(SmoothGradConfig value)
Config for SmoothGrad approximation of gradients.
|
XraiAttribution.Builder |
XraiAttribution.Builder.mergeSmoothGradConfig(SmoothGradConfig value)
Config for SmoothGrad approximation of gradients.
|
static SmoothGradConfig.Builder |
SmoothGradConfig.newBuilder(SmoothGradConfig prototype) |
IntegratedGradientsAttribution.Builder |
IntegratedGradientsAttribution.Builder.setSmoothGradConfig(SmoothGradConfig value)
Config for SmoothGrad approximation of gradients.
|
XraiAttribution.Builder |
XraiAttribution.Builder.setSmoothGradConfig(SmoothGradConfig value)
Config for SmoothGrad approximation of gradients.
|
Copyright © 2024 Google LLC. All rights reserved.