Package com.sap.ai.sdk.core.model
Interface AiExecutable.Builder3
- Enclosing class:
AiExecutable
public static interface AiExecutable.Builder3
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondeployable(Boolean deployable) Set the deployable of thisAiExecutableinstance.
-
Method Details
-
deployable
Set the deployable of thisAiExecutableinstance.- Parameters:
deployable- Whether this executable is deployable- Returns:
- The AiExecutable builder.
-