Uses of Class
com.google.genai.types.CustomOutputFormatConfig
Packages that use CustomOutputFormatConfig
-
Uses of CustomOutputFormatConfig in com.google.genai.types
Methods in com.google.genai.types that return CustomOutputFormatConfigModifier and TypeMethodDescriptionabstract CustomOutputFormatConfigCustomOutputFormatConfig.Builder.build()static CustomOutputFormatConfigDeserializes a JSON string to a CustomOutputFormatConfig object.Methods in com.google.genai.types that return types with arguments of type CustomOutputFormatConfigModifier and TypeMethodDescriptionabstract Optional<CustomOutputFormatConfig>PairwiseMetricSpec.customOutputFormatConfig()Optional.abstract Optional<CustomOutputFormatConfig>PointwiseMetricSpec.customOutputFormatConfig()Optional.Methods in com.google.genai.types with parameters of type CustomOutputFormatConfigModifier and TypeMethodDescriptionabstract PairwiseMetricSpec.BuilderPairwiseMetricSpec.Builder.customOutputFormatConfig(CustomOutputFormatConfig customOutputFormatConfig) Setter for customOutputFormatConfig.abstract PointwiseMetricSpec.BuilderPointwiseMetricSpec.Builder.customOutputFormatConfig(CustomOutputFormatConfig customOutputFormatConfig) Setter for customOutputFormatConfig.