Package com.sap.ai.sdk.core.model
Interface AiDeployment.Builder2
- Enclosing class:
AiDeployment
public static interface AiDeployment.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionstatus(AiDeploymentStatus status) Set the status of thisAiDeploymentinstance.
-
Method Details
-
status
Set the status of thisAiDeploymentinstance.- Parameters:
status- The status of thisAiDeployment- Returns:
- The AiDeployment builder.
-