Uses of Enum
com.google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata.Visualization.ColorMap
Packages that use ExplanationMetadata.InputMetadata.Visualization.ColorMap
-
Uses of ExplanationMetadata.InputMetadata.Visualization.ColorMap in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExplanationMetadata.InputMetadata.Visualization.ColorMapModifier and TypeMethodDescriptionExplanationMetadata.InputMetadata.Visualization.ColorMap.forNumber(int value) ExplanationMetadata.InputMetadata.Visualization.Builder.getColorMap()The color scheme used for the highlighted areas.ExplanationMetadata.InputMetadata.Visualization.getColorMap()The color scheme used for the highlighted areas.ExplanationMetadata.InputMetadata.VisualizationOrBuilder.getColorMap()The color scheme used for the highlighted areas.ExplanationMetadata.InputMetadata.Visualization.ColorMap.valueOf(int value) Deprecated.ExplanationMetadata.InputMetadata.Visualization.ColorMap.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.ExplanationMetadata.InputMetadata.Visualization.ColorMap.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExplanationMetadata.InputMetadata.Visualization.ColorMapModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExplanationMetadata.InputMetadata.Visualization.ColorMap>ExplanationMetadata.InputMetadata.Visualization.ColorMap.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExplanationMetadata.InputMetadata.Visualization.ColorMapModifier and TypeMethodDescriptionExplanationMetadata.InputMetadata.Visualization.Builder.setColorMap(ExplanationMetadata.InputMetadata.Visualization.ColorMap value) The color scheme used for the highlighted areas.