Uses of Enum
com.google.cloud.aiplatform.v1.Part.MediaResolution.Level
Packages that use Part.MediaResolution.Level
-
Uses of Part.MediaResolution.Level in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Part.MediaResolution.LevelModifier and TypeMethodDescriptionstatic Part.MediaResolution.LevelPart.MediaResolution.Level.forNumber(int value) Part.MediaResolution.Builder.getLevel()The tokenization quality used for given media.Part.MediaResolution.getLevel()The tokenization quality used for given media.Part.MediaResolutionOrBuilder.getLevel()The tokenization quality used for given media.static Part.MediaResolution.LevelPart.MediaResolution.Level.valueOf(int value) Deprecated.static Part.MediaResolution.LevelPart.MediaResolution.Level.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Part.MediaResolution.LevelReturns the enum constant of this type with the specified name.static Part.MediaResolution.Level[]Part.MediaResolution.Level.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 Part.MediaResolution.LevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Part.MediaResolution.Level>Part.MediaResolution.Level.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Part.MediaResolution.LevelModifier and TypeMethodDescriptionPart.MediaResolution.Builder.setLevel(Part.MediaResolution.Level value) The tokenization quality used for given media.