OnYourDataAuthenticationOptions Class
- java.
lang. Object - com.
azure. ai. openai. models. OnYourDataAuthenticationOptions
- com.
Implements
public class OnYourDataAuthenticationOptions
implements JsonSerializable<OnYourDataAuthenticationOptions>
The authentication options for Azure OpenAI On Your Data.
Constructor Summary
Constructor | Description |
---|---|
OnYourDataAuthenticationOptions() |
Creates an instance of On |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
On |
fromJson(JsonReader jsonReader)
Reads an instance of On |
On |
getType()
Get the type property: The authentication type. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
OnYourDataAuthenticationOptions
public OnYourDataAuthenticationOptions()
Creates an instance of OnYourDataAuthenticationOptions class.
Method Details
fromJson
public static OnYourDataAuthenticationOptions fromJson(JsonReader jsonReader)
Reads an instance of OnYourDataAuthenticationOptions from the JsonReader.
Parameters:
Returns:
Throws:
getType
public OnYourDataAuthenticationType getType()
Get the type property: The authentication type.
Returns: