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