Package com.yahoo.language.process
Class FieldGenerator.FailingFieldGenerator
java.lang.Object
com.yahoo.language.process.FieldGenerator.FailingFieldGenerator
- All Implemented Interfaces:
FieldGenerator
- Enclosing interface:
- FieldGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.language.process.FieldGenerator
FieldGenerator.Context, FieldGenerator.FailingFieldGenerator -
Field Summary
Fields inherited from interface com.yahoo.language.process.FieldGenerator
defaultGeneratorId, throwsOnUse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Function<String,FieldGenerator> factory()com.yahoo.document.datatypes.FieldValuegenerate(ai.vespa.llm.completion.Prompt prompt, FieldGenerator.Context context) inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.language.process.FieldGenerator
asMap, asMap
-
Constructor Details
-
FailingFieldGenerator
public FailingFieldGenerator() -
FailingFieldGenerator
-
-
Method Details
-
generate
public com.yahoo.document.datatypes.FieldValue generate(ai.vespa.llm.completion.Prompt prompt, FieldGenerator.Context context) - Specified by:
generatein interfaceFieldGenerator
-
equals
-
hashCode
public int hashCode() -
factory
-