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.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class TransferOwnershipRequest : GoogleGeminiRequest, IJsonRequest
Properties
| Edit this page View SourceEmailAddress
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 |
TunedModelId
Required. The ID of the tuned model to transfer ownership of.
Declaration
[JsonIgnore]
public string TunedModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |