Uses of Class
org.springframework.ai.moderation.Generation
Packages that use Generation
-
Uses of Generation in org.springframework.ai.moderation
Classes in org.springframework.ai.moderation that implement interfaces with type arguments of type GenerationModifier and TypeClassDescriptionclassRepresents a response from a moderation process, encapsulating the moderation metadata and the generated content.Methods in org.springframework.ai.moderation that return GenerationModifier and TypeMethodDescriptionGeneration.generationMetadata(ModerationGenerationMetadata moderationGenerationMetadata) ModerationResponse.getResult()Methods in org.springframework.ai.moderation that return types with arguments of type GenerationConstructors in org.springframework.ai.moderation with parameters of type GenerationModifierConstructorDescriptionModerationResponse(Generation generations) ModerationResponse(Generation generations, ModerationResponseMetadata moderationResponseMetadata)