Uses of Class
com.google.genai.types.GcsDestination
Packages that use GcsDestination
-
Uses of GcsDestination in com.google.genai.types
Methods in com.google.genai.types that return GcsDestinationModifier and TypeMethodDescriptionabstract GcsDestinationGcsDestination.Builder.build()static GcsDestinationDeserializes a JSON string to a GcsDestination object.Methods in com.google.genai.types that return types with arguments of type GcsDestinationModifier and TypeMethodDescriptionabstract Optional<GcsDestination>OutputConfig.gcsDestination()Cloud storage destination for evaluation output.Methods in com.google.genai.types with parameters of type GcsDestinationModifier and TypeMethodDescriptionabstract OutputConfig.BuilderOutputConfig.Builder.gcsDestination(GcsDestination gcsDestination) Setter for gcsDestination.