nonomni_distilbert_sst_2_int8
Creates, updates, deletes, gets or lists a nonomni_distilbert_sst_2_int8 resource.
Overview
| Name | nonomni_distilbert_sst_2_int8 |
| Type | Resource |
| Id | cloudflare.ai.nonomni_distilbert_sst_2_int8 |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
workers_ai_post_run_cf_huggingface_nonomni_distilbert_sst_2_int8 | insert | account_id, text | queueRequest, tags | Runs inference on the @cf/huggingface/nonomni-distilbert-sst-2-int8 model. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
account_id | string | The Cloudflare account ID. |
queueRequest | string | |
tags | string |
INSERT examples
- workers_ai_post_run_cf_huggingface_nonomni_distilbert_sst_2_int8
- Manifest
Runs inference on the @cf/huggingface/nonomni-distilbert-sst-2-int8 model.
INSERT INTO cloudflare.ai.nonomni_distilbert_sst_2_int8 (
text,
account_id,
queueRequest,
tags
)
SELECT
'{{ text }}' /* required */,
'{{ account_id }}',
'{{ queueRequest }}',
'{{ tags }}'
;
# Description fields are for documentation purposes
- name: nonomni_distilbert_sst_2_int8
props:
- name: account_id
value: "{{ account_id }}"
description: Required parameter for the nonomni_distilbert_sst_2_int8 resource.
- name: text
value: "{{ text }}"
description: |
The text that you want to classify
- name: queueRequest
value: "{{ queueRequest }}"
- name: tags
value: "{{ tags }}"