Uses of Class
com.google.cloud.aiplatform.v1beta1.SmoothGradConfig.GradientNoiseSigmaCase
-
Packages that use SmoothGradConfig.GradientNoiseSigmaCase Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of SmoothGradConfig.GradientNoiseSigmaCase in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return SmoothGradConfig.GradientNoiseSigmaCase Modifier and Type Method Description static SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfig.GradientNoiseSigmaCase. forNumber(int value)
SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfig.Builder. getGradientNoiseSigmaCase()
SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfig. getGradientNoiseSigmaCase()
SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfigOrBuilder. getGradientNoiseSigmaCase()
static SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfig.GradientNoiseSigmaCase. valueOf(int value)
Deprecated.static SmoothGradConfig.GradientNoiseSigmaCase
SmoothGradConfig.GradientNoiseSigmaCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmoothGradConfig.GradientNoiseSigmaCase[]
SmoothGradConfig.GradientNoiseSigmaCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-