Uses of Class
com.google.genai.types.CustomOutput
Packages that use CustomOutput
-
Uses of CustomOutput in com.google.genai.types
Methods in com.google.genai.types that return CustomOutputModifier and TypeMethodDescriptionabstract CustomOutputCustomOutput.Builder.build()static CustomOutputDeserializes a JSON string to a CustomOutput object.Methods in com.google.genai.types that return types with arguments of type CustomOutputModifier and TypeMethodDescriptionabstract Optional<CustomOutput>PairwiseMetricResult.customOutput()Output only.abstract Optional<CustomOutput>PointwiseMetricResult.customOutput()Output only.Methods in com.google.genai.types with parameters of type CustomOutputModifier and TypeMethodDescriptionabstract PairwiseMetricResult.BuilderPairwiseMetricResult.Builder.customOutput(CustomOutput customOutput) Setter for customOutput.abstract PointwiseMetricResult.BuilderPointwiseMetricResult.Builder.customOutput(CustomOutput customOutput) Setter for customOutput.