AzureOpenAIServiceVersion

Represents the version of the Azure OpenAI Service.

This class encapsulates the version string and provides a way to access predefined versions. It also allows for easy comparison and retrieval of the latest stable and preview versions.

Types

Link copied to clipboard
object Companion

Companion object to hold predefined versions and utility methods.

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val value: String

The version string of the Azure OpenAI Service.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String