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