Interface Part.MediaResolutionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Part.MediaResolution, Part.MediaResolution.Builder
Enclosing class:
Part

public static interface Part.MediaResolutionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The tokenization quality used for given media.
    int
    The tokenization quality used for given media.
     
    boolean
    The tokenization quality used for given media.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasLevel

      boolean hasLevel()
       The tokenization quality used for given media.
       
      .google.cloud.aiplatform.v1.Part.MediaResolution.Level level = 1;
      Returns:
      Whether the level field is set.
    • getLevelValue

      int getLevelValue()
       The tokenization quality used for given media.
       
      .google.cloud.aiplatform.v1.Part.MediaResolution.Level level = 1;
      Returns:
      The enum numeric value on the wire for level.
    • getLevel

       The tokenization quality used for given media.
       
      .google.cloud.aiplatform.v1.Part.MediaResolution.Level level = 1;
      Returns:
      The level.
    • getValueCase