Package com.sap.ai.sdk.orchestration
Interface TemplateConfig.ReferenceBuilder2
- 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
-
version
Build a template reference with the given scenario, name, and version.- Parameters:
version- The version of the template.- Returns:
- A template reference with the given scenario, name, and version.
-