Uses of Class
com.google.cloud.aiplatform.v1.SmoothGradConfig.Builder
Packages that use SmoothGradConfig.Builder
-
Uses of SmoothGradConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SmoothGradConfig.BuilderModifier and TypeMethodDescriptionSmoothGradConfig.Builder.clear()SmoothGradConfig.Builder.clearFeatureNoiseSigma()This is similar to [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma], but provides additional flexibility.SmoothGradConfig.Builder.clearGradientNoiseSigma()SmoothGradConfig.Builder.clearNoiseSigma()This is a single float value and will be used to add noise to all the features.SmoothGradConfig.Builder.clearNoisySampleCount()The number of gradient samples to use for approximation.IntegratedGradientsAttribution.Builder.getSmoothGradConfigBuilder()Config for SmoothGrad approximation of gradients.XraiAttribution.Builder.getSmoothGradConfigBuilder()Config for SmoothGrad approximation of gradients.SmoothGradConfig.Builder.mergeFeatureNoiseSigma(FeatureNoiseSigma value) This is similar to [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma], but provides additional flexibility.SmoothGradConfig.Builder.mergeFrom(SmoothGradConfig other) SmoothGradConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SmoothGradConfig.Builder.mergeFrom(com.google.protobuf.Message other) static SmoothGradConfig.BuilderSmoothGradConfig.newBuilder()static SmoothGradConfig.BuilderSmoothGradConfig.newBuilder(SmoothGradConfig prototype) SmoothGradConfig.newBuilderForType()protected SmoothGradConfig.BuilderSmoothGradConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SmoothGradConfig.Builder.setFeatureNoiseSigma(FeatureNoiseSigma value) This is similar to [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma], but provides additional flexibility.SmoothGradConfig.Builder.setFeatureNoiseSigma(FeatureNoiseSigma.Builder builderForValue) This is similar to [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma], but provides additional flexibility.SmoothGradConfig.Builder.setNoiseSigma(float value) This is a single float value and will be used to add noise to all the features.SmoothGradConfig.Builder.setNoisySampleCount(int value) The number of gradient samples to use for approximation.SmoothGradConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type SmoothGradConfig.BuilderModifier and TypeMethodDescriptionIntegratedGradientsAttribution.Builder.setSmoothGradConfig(SmoothGradConfig.Builder builderForValue) Config for SmoothGrad approximation of gradients.XraiAttribution.Builder.setSmoothGradConfig(SmoothGradConfig.Builder builderForValue) Config for SmoothGrad approximation of gradients.