Uses of Class
com.google.cloud.aiplatform.v1beta1.SmoothGradConfig
-
Packages that use SmoothGradConfig Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of SmoothGradConfig in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return SmoothGradConfig Modifier and Type Method Description SmoothGradConfig
SmoothGradConfig.Builder. build()
SmoothGradConfig
SmoothGradConfig.Builder. buildPartial()
static SmoothGradConfig
SmoothGradConfig. getDefaultInstance()
SmoothGradConfig
SmoothGradConfig.Builder. getDefaultInstanceForType()
SmoothGradConfig
SmoothGradConfig. getDefaultInstanceForType()
SmoothGradConfig
IntegratedGradientsAttribution.Builder. getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.SmoothGradConfig
IntegratedGradientsAttribution. getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.SmoothGradConfig
IntegratedGradientsAttributionOrBuilder. getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.SmoothGradConfig
XraiAttribution.Builder. getSmoothGradConfig()
Config for SmoothGrad approximation of gradients.SmoothGradConfig
XraiAttribution. 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(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)
static SmoothGradConfig
SmoothGradConfig. parseFrom(ByteBuffer data)
static SmoothGradConfig
SmoothGradConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type SmoothGradConfig Modifier and Type Method Description com.google.protobuf.Parser<SmoothGradConfig>
SmoothGradConfig. getParserForType()
static com.google.protobuf.Parser<SmoothGradConfig>
SmoothGradConfig. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type SmoothGradConfig Modifier and Type Method 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.
-