Save AI Actions config
Last updated
Was this helpful?
Last updated
Was this helpful?
Store an AI Actions config. Use createAIActionsJob
to run the job. Post the full AI Action here w/ all parameters.
/api/{projectId}/ai-actions/{actionId}
Project ID
AI Action ID
User-provided name. If no name is set then displayName on the action will be automatically configured based on the transformation block.
Type of data to run this AI action on.
allData
, unlabeledData
, dataWithoutMetadataKey
, dataWithMetadata
Metadata key to filter on. Required if dataCategory is equal to "dataWithoutMetadataKey" or "dataWithMetadata".
Metadata value to filter on. Required if dataCategory is equal to "dataWithMetadata".
Numeric value (1..n) where this action should be shown in the action list (and in which order the actions should run when started from a data source).
After the action runs, add this key/value pair as metadata on the affected samples.