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\".
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| object_type | str | ||
| parameters | [AnalysisParameterInput], none_type | [optional] | |
| reference_data_parameters | [AnalysisReferenceDataParameter], none_type | [optional] | |
| data_ids | [str] | [optional] | |
| mounts | [AnalysisInputDataMount], none_type | [optional] | |
| external_data | [AnalysisInputExternalData], none_type | [optional] | |
| inputs | [AnalysisDataInput] | [optional] | |
| input_json | str | Contains the input JSON, as an escaped JSON String. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |