Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 693 Bytes

ModelOperation.md

File metadata and controls

15 lines (10 loc) · 693 Bytes

ModelOperation

The ModelOperation Object ### Description The ModelOperation object is used to represent the operations that are currently supported for a given model. ### Usage Example View what operations are supported for the Candidate endpoint.

Properties

Name Type Description Notes
model_name str
available_operations [str]
required_post_parameters [str]
supported_fields [str]

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