Uses of Enum
com.google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata.Encoding
Packages that use ExplanationMetadata.InputMetadata.Encoding
-
Uses of ExplanationMetadata.InputMetadata.Encoding in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExplanationMetadata.InputMetadata.EncodingModifier and TypeMethodDescriptionExplanationMetadata.InputMetadata.Encoding.forNumber(int value) ExplanationMetadata.InputMetadata.Builder.getEncoding()Defines how the feature is encoded into the input tensor.ExplanationMetadata.InputMetadata.getEncoding()Defines how the feature is encoded into the input tensor.ExplanationMetadata.InputMetadataOrBuilder.getEncoding()Defines how the feature is encoded into the input tensor.ExplanationMetadata.InputMetadata.Encoding.valueOf(int value) Deprecated.ExplanationMetadata.InputMetadata.Encoding.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.Encoding.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.EncodingModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExplanationMetadata.InputMetadata.Encoding>ExplanationMetadata.InputMetadata.Encoding.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExplanationMetadata.InputMetadata.EncodingModifier and TypeMethodDescriptionExplanationMetadata.InputMetadata.Builder.setEncoding(ExplanationMetadata.InputMetadata.Encoding value) Defines how the feature is encoded into the input tensor.