Search Results for

    Show / Hide Table of Contents

    Class TransferOwnershipRequest

    Transfers ownership of the tuned model. This is the only way to change ownership of the tuned model. The current owner will be downgraded to writer role.

    Inheritance
    object
    GoogleGeminiRequest
    TransferOwnershipRequest
    Implements
    IJsonRequest
    Inherited Members
    GoogleGeminiRequest.Model
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class TransferOwnershipRequest : GoogleGeminiRequest, IJsonRequest

    Properties

    | Edit this page View Source

    EmailAddress

    Required. The email address of the user to whom the tuned model is being transferred to.

    Declaration
    [JsonProperty("emailAddress")]
    public string EmailAddress { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TunedModelId

    Required. The ID of the tuned model to transfer ownership of.

    Declaration
    [JsonIgnore]
    public string TunedModelId { get; set; }
    Property Value
    Type Description
    string

    Implements

    IJsonRequest

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation