Package ai.extend.types
Interface WorkflowRunSummary.WorkflowVersionIdStage
-
- All Known Implementing Classes:
WorkflowRunSummary.Builder
- Enclosing class:
- WorkflowRunSummary
public static interface WorkflowRunSummary.WorkflowVersionIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunSummary.CreatedAtStageworkflowVersionId(java.lang.String workflowVersionId)The ID of the workflow version that was run.
-
-
-
Method Detail
-
workflowVersionId
WorkflowRunSummary.CreatedAtStage workflowVersionId(@NotNull java.lang.String workflowVersionId)
The ID of the workflow version that was run. Will always start with "workflow_version".
Example:
"workflow_version_Zk9mNP12Qw4-yTv8BdR3H"
-
-