Uses of Class
com.google.genai.types.CreateCachedContentConfig
Packages that use CreateCachedContentConfig
-
Uses of CreateCachedContentConfig in com.google.genai
Methods in com.google.genai with parameters of type CreateCachedContentConfigModifier and TypeMethodDescriptionAsyncCaches.create(String model, CreateCachedContentConfig config) Asynchronously creates a cached content resource.Caches.create(String model, CreateCachedContentConfig config) Creates a cached content resource. -
Uses of CreateCachedContentConfig in com.google.genai.types
Methods in com.google.genai.types that return CreateCachedContentConfigModifier and TypeMethodDescriptionabstract CreateCachedContentConfigCreateCachedContentConfig.Builder.build()static CreateCachedContentConfigDeserializes a JSON string to a CreateCachedContentConfig object.Methods in com.google.genai.types that return types with arguments of type CreateCachedContentConfigModifier and TypeMethodDescriptionabstract Optional<CreateCachedContentConfig>CreateCachedContentParameters.config()Configuration that contains optional parameters.Methods in com.google.genai.types with parameters of type CreateCachedContentConfigModifier and TypeMethodDescriptionCreateCachedContentParameters.Builder.config(CreateCachedContentConfig config) Setter for config.