Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.5 KB

CwlAnalysisInput.md

File metadata and controls

18 lines (13 loc) · 1.5 KB

icasdk.model.cwl_analysis_input.CwlAnalysisInput

This object contains a "oneOf" construct. With the "objectType" attribute you can specify which object type you want to provide. Use "STRUCTURED" for type "CreateAnalysisStructuredInput" or use "JSON" for type "CreateAnalysisJsonInput".

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, This object contains a "oneOf" construct. With the "objectType" attribute you can specify which object type you want to provide. Use "STRUCTURED" for type "CreateAnalysisStructuredInput" or use "JSON" for type "CreateAnalysisJsonInput".

Composed Schemas (allOf/anyOf/oneOf/not)

oneOf

Class Name Input Type Accessed Type Description Notes
CwlAnalysisStructuredInput CwlAnalysisStructuredInput CwlAnalysisStructuredInput
CwlAnalysisJsonInput CwlAnalysisJsonInput CwlAnalysisJsonInput

[Back to Model list] [Back to API list] [Back to README]