Namespace Uralstech.UGemini.Models.Tuning
Classes
- GeminiInitialTuningTask
Tuning task that creates the tuned model.
- GeminiTunedModel
A fine-tuned model created using ModelService.CreateTunedModel.
- GeminiTunedModelCreateRequest
Creates a tuned model. Response type is GeminiTunedModelCreateResponse.
- GeminiTunedModelCreateResponse
The response type for a GeminiTunedModelCreateRequest.
- GeminiTunedModelCreationData
A fine-tuned model to be created using ModelService.CreateTunedModel.
- GeminiTunedModelCreationOperationMetadata
Metadata about the state and progress of creating a tuned model returned from the long-running operation
- GeminiTunedModelDeleteRequest
Requests for deletion of a tuned model.
- GeminiTunedModelGetRequest
Gets information about a specific tuned model. Return type is GeminiModel.
- GeminiTunedModelListRequest
Requests metadata for all existing tuned models. Return type is GeminiTunedModelListResponse.
- GeminiTunedModelListResponse
The response for a GeminiTunedModelListRequest call.
- GeminiTunedModelPatchData
Data to patch an existing cached content resource with new data.
- GeminiTunedModelPatchRequest
Updates a tuned model. Response type is GeminiTunedModelPatchData.
- GeminiTunedModelSource
Tuned model as a source for training a new model.
- GeminiTunedModelTransferOwnershipRequest
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. Does not return anything.
- GeminiTuningDataset
Dataset for training or validation.
- GeminiTuningExample
A single example for tuning.
- GeminiTuningExamples
A set of tuning examples. Can be training or validation data.
- GeminiTuningHyperparameters
Hyperparameters controlling the tuning process.
- GeminiTuningSnapshot
Record for a single tuning step.
- GeminiTuningTask
Tuning tasks that create tuned models.
Enums
- GeminiTunedModelListFilter
Simple filter to get models by account authorization.
- GeminiTunedModelState
The state of the tuned model.