Uses of Class
com.google.genai.types.Schema
Packages that use Schema
-
Uses of Schema in com.google.genai.types
Methods in com.google.genai.types that return SchemaModifier and TypeMethodDescriptionabstract SchemaSchema.Builder.build()static SchemaDeserializes a JSON string to a Schema object.Methods in com.google.genai.types that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchema.anyOf()Optional.Schema.items()Optional.FunctionDeclaration.parameters()Optional.Schema.properties()Optional.FunctionDeclaration.response()Describes the output from the function in the OpenAPI JSON Schema Object format.GenerateContentConfig.responseSchema()Schema that the generated candidate text must adhere to.GenerationConfig.responseSchema()Optional.Methods in com.google.genai.types with parameters of type SchemaModifier and TypeMethodDescriptionabstract Schema.Builderabstract FunctionDeclaration.BuilderFunctionDeclaration.Builder.parameters(Schema parameters) abstract FunctionDeclaration.Builderabstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseSchema(Schema responseSchema) abstract GenerationConfig.BuilderGenerationConfig.Builder.responseSchema(Schema responseSchema) Method parameters in com.google.genai.types with type arguments of type SchemaModifier and TypeMethodDescriptionabstract Schema.Builderabstract Schema.BuilderSchema.Builder.properties(Map<String, Schema> properties)