Show / Hide Table of Contents

Class UpdateAiModelConnectionDetails

The information to update an AI Model Connection.

Inheritance
object
UpdateConnectionDetails
UpdateAiModelConnectionDetails
Inherited Members
UpdateConnectionDetails.DisplayName
UpdateConnectionDetails.Description
UpdateConnectionDetails.FreeformTags
UpdateConnectionDetails.DefinedTags
UpdateConnectionDetails.VaultId
UpdateConnectionDetails.KeyId
UpdateConnectionDetails.NsgIds
UpdateConnectionDetails.SubnetId
UpdateConnectionDetails.RoutingMethod
UpdateConnectionDetails.DoesUseSecretIds
UpdateConnectionDetails.SecurityAttributes
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top