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.
public class TransferOwnershipRequest : GoogleGeminiRequest
- Inheritance
-
objectTransferOwnershipRequest
- Inherited Members
Properties
EmailAddress
Required. The email address of the user to whom the tuned model is being transferred to.
public string EmailAddress { get; set; }
Property Value
- string
TunedModelId
Required. The ID of the tuned model to transfer ownership of.
public string TunedModelId { get; set; }
Property Value
- string