Uses of Class
com.google.genai.types.Model
Packages that use Model
-
Uses of Model in com.google.genai
Methods in com.google.genai that return ModelModifier and TypeMethodDescriptionModels.get
(String model, GetModelConfig config) Fetches information about a model by name.Models.update
(String model, UpdateModelConfig config) Updates a tuned model by its name.Methods in com.google.genai that return types with arguments of type ModelModifier and TypeMethodDescriptionAsyncModels.get
(String model, GetModelConfig config) Asynchronously fetches information about a model by name.AsyncModels.list
(ListModelsConfig config) Asynchronously makes an API request to list the available models.Models.list
(ListModelsConfig config) Makes an API request to list the available models.AsyncModels.update
(String model, UpdateModelConfig config) Asynchronously updates a tuned model by its name. -
Uses of Model in com.google.genai.types
Methods in com.google.genai.types that return ModelModifier and TypeMethodDescriptionabstract Model
Model.Builder.build()
static Model
Deserializes a JSON string to a Model object.Methods in com.google.genai.types that return types with arguments of type ModelMethods in com.google.genai.types with parameters of type ModelModifier and TypeMethodDescriptionSetter for models.Method parameters in com.google.genai.types with type arguments of type Model