AI Dev Kit
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
    RequestBody
    GenerativeAIRequest
    TransferOwnershipRequest
    Inherited Members
    GenerativeAIRequest.Model
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class TransferOwnershipRequest : GenerativeAIRequest

    Properties

    EmailAddress

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

    Declaration
    public string EmailAddress { get; set; }
    Property Value
    Type Description
    string

    TunedModelId

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

    Declaration
    public string TunedModelId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX