Package com.sap.ai.sdk.grounding.model
Interface GoogleDrivePipelineMinimalResponse.Builder1
- Enclosing class:
GoogleDrivePipelineMinimalResponse
public static interface GoogleDrivePipelineMinimalResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionstatus(PipelineExecutionStatus status) Set the status of thisGoogleDrivePipelineMinimalResponseinstance.
-
Method Details
-
status
Set the status of thisGoogleDrivePipelineMinimalResponseinstance.- Parameters:
status- The status of thisGoogleDrivePipelineMinimalResponse- Returns:
- The GoogleDrivePipelineMinimalResponse builder.
-