Class BatchWorkflowRunCreateRequestInputsItem


  • public final class BatchWorkflowRunCreateRequestInputsItem
    extends java.lang.Object
    • Method Detail

      • getFile

        public java.util.Optional<BatchWorkflowRunFileInput> getFile()
        Returns:
        The file to be processed. Either file or rawText must be provided for each input.
      • getRawText

        public java.util.Optional<java.lang.String> getRawText()
        Returns:
        A string containing raw text data to be processed. This will be treated as a .txt file by the workflow. Use the file parameter for structured data or specific file types. Either file or rawText must be provided for each input.
      • getMetadata

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> getMetadata()
        Returns:
        An optional object containing arbitrary key-value pairs to associate with this specific workflow run. This metadata will be included in webhook payloads and responses when fetching the workflow run details.
      • getSecrets

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> getSecrets()
        Returns:
        An optional object containing secrets to be used by processors within the workflow for this specific run.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object