Interface AugmentPromptRequest.ModelOrBuilder

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

public static interface AugmentPromptRequest.ModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    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

    • getModel

      String getModel()
       Optional. The model that the user will send the augmented prompt for
       content generation.
       
      string model = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
       Optional. The model that the user will send the augmented prompt for
       content generation.
       
      string model = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for model.
    • getModelVersion

      String getModelVersion()
       Optional. The model version of the backend deployed model.
       
      string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The modelVersion.
    • getModelVersionBytes

      com.google.protobuf.ByteString getModelVersionBytes()
       Optional. The model version of the backend deployed model.
       
      string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for modelVersion.