public static enum ExplanationParameters.MethodCase extends Enum<ExplanationParameters.MethodCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EXAMPLES |
INTEGRATED_GRADIENTS_ATTRIBUTION |
METHOD_NOT_SET |
SAMPLED_SHAPLEY_ATTRIBUTION |
XRAI_ATTRIBUTION |
| Modifier and Type | Method and Description |
|---|---|
static ExplanationParameters.MethodCase |
forNumber(int value) |
int |
getNumber() |
static ExplanationParameters.MethodCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExplanationParameters.MethodCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplanationParameters.MethodCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplanationParameters.MethodCase SAMPLED_SHAPLEY_ATTRIBUTION
public static final ExplanationParameters.MethodCase INTEGRATED_GRADIENTS_ATTRIBUTION
public static final ExplanationParameters.MethodCase XRAI_ATTRIBUTION
public static final ExplanationParameters.MethodCase EXAMPLES
public static final ExplanationParameters.MethodCase METHOD_NOT_SET
public static ExplanationParameters.MethodCase[] values()
for (ExplanationParameters.MethodCase c : ExplanationParameters.MethodCase.values()) System.out.println(c);
public static ExplanationParameters.MethodCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static ExplanationParameters.MethodCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ExplanationParameters.MethodCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.