Class UpdateAiModelConnectionDetails
The information to update an AI Model Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateAiModelConnectionDetails : UpdateConnectionDetails
Properties
AuthDetails
Declaration
[JsonProperty(PropertyName = "authDetails")]
public UpdateAiModelAuthDetails AuthDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateAiModelAuthDetails |
MaxInputChars
Declaration
[JsonProperty(PropertyName = "maxInputChars")]
public int? MaxInputChars { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Maximum number of input characters supported by this AI model connection. |
ModelKey
Declaration
[JsonProperty(PropertyName = "modelKey")]
public string ModelKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | AI model identifier. |