Package com.sap.ai.sdk.orchestration
Interface TemplateConfig.ReferenceBuilder1
- Enclosing class:
TemplateConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Intermediate object to build a template reference with the given scenario, name, and version.
-
Method Summary
Modifier and TypeMethodDescriptionBuild a template reference with the given scenario, name, and version.
-
Method Details
-
name
Build a template reference with the given scenario, name, and version.- Parameters:
name- The name of the template.- Returns:
- An intermediate object to build the template reference.
-