(optional) A token that uniquely identifies a request so it can be retried, without risk of executing that same action again, if there is a timeout or server error. Retry tokens expire after 24 hours, but can be invalidated before then if there are conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) A token that uniquely identifies a request so it can be retried, without risk of executing that same action again, if there is a timeout or server error. Retry tokens expire after 24 hours, but can be invalidated before then if there are conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource is updated or deleted only if the etag you provide matches the resource's current etag value.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource is updated or deleted only if the etag you provide matches the resource's current etag value.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
GET_RECORD_CONTENT Function 🔗
Retrieves the content of the record from the dataset source.
(optional) For optimistic concurrency control. In the GET call for a resource, set the `if-none-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be fetched only if the etag you provide does not match the resource's current etag value.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
GET_RECORD_PREVIEW_CONTENT Function 🔗
Retrieves the preview of the record content from the dataset source.
(optional) For optimistic concurrency control. In the GET call for a resource, set the `if-none-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be fetched only if the etag you provide does not match the resource's current etag value.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
LIST_ANNOTATIONS Function 🔗
Returns a list of annotations.
Syntax
FUNCTION list_annotations (
compartment_id varchar2,
dataset_id varchar2,
lifecycle_state varchar2 DEFAULT NULL,
id varchar2 DEFAULT NULL,
updated_by varchar2 DEFAULT NULL,
record_id varchar2 DEFAULT NULL,
time_created_greater_than_or_equal_to timestamp with time zone DEFAULT NULL,
time_created_less_than_or_equal_to timestamp with time zone DEFAULT NULL,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dlsd_data_labeling_list_annotations_response_t;
Parameters
Parameter
Description
compartment_id
(required) The ID of the compartment in which to list resources.
dataset_id
(required) Filter the results by the OCID of the dataset.
lifecycle_state
(optional) A filter to return only resources whose lifecycleState matches the given lifecycleState.
id
(optional) The unique OCID identifier.
updated_by
(optional) The OCID of the principal which updated the annotation.
record_id
(optional) The OCID of the record annotated.
time_created_greater_than_or_equal_to
(optional) The date and time the resource was created, in the timestamp format defined by RFC3339.
time_created_less_than_or_equal_to
(optional) The date and time the resource was created, in the timestamp format defined by RFC3339.
limit
(optional) The maximum number of items to return.
page
(optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
sort_order
(optional) The sort order to use, either 'asc' or 'desc'.
Allowed values are: 'ASC', 'DESC'
sort_by
(optional) The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. If no value is specified timeCreated is used by default.
Allowed values are: 'timeCreated', 'label'
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(required) The ID of the compartment in which to list resources.
dataset_id
(required) Filter the results by the OCID of the dataset.
lifecycle_state
(optional) A filter to return only resources whose lifecycleState matches the given lifecycleState.
name
(optional) The name of the record.
id
(optional) The unique OCID identifier.
is_labeled
(optional) Whether the record has been labeled and has associated annotations.
annotation_labels_contains
(optional) Lets the user filter records based on the related annotations.
limit
(optional) The maximum number of items to return.
page
(optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
sort_order
(optional) The sort order to use, either 'asc' or 'desc'.
Allowed values are: 'ASC', 'DESC'
sort_by
(optional) The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for name is ascending. If no value is specified, timeCreated is used by default.
Allowed values are: 'timeCreated', 'name'
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
SUMMARIZE_ANNOTATION_ANALYTICS Function 🔗
Summarize the annotations created for a given dataset.
(required) The ID of the compartment in which to list resources.
dataset_id
(required) Filter the results by the OCID of the dataset.
lifecycle_state
(optional) A filter to return only resources whose lifecycleState matches the given lifecycleState.
label
(optional) It summarizes annotations with the specified label.
limit
(optional) The maximum number of items to return.
page
(optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
sort_order
(optional) The sort order to use, either 'asc' or 'desc'.
Allowed values are: 'ASC', 'DESC'
sort_by
(optional) The field to sort by. Only one sort order may be provided. The default order is descending. If no value is specified, updatedBy is used by default.
Allowed values are: 'count', 'label', 'updatedBy'
annotation_group_by
(optional) The field to group by. If no value is specified, updatedBy is used by default.
Allowed values are: 'updatedBy', 'label'
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
SUMMARIZE_RECORD_ANALYTICS Function 🔗
Summarize the records created for a given dataset.
(optional) The field to sort by. Only one sort order may be provided. The default order is descending. If no value is specified, count is used by default.
Allowed values are: 'count', 'isLabeled'
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource is updated or deleted only if the etag you provide matches the resource's current etag value.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource is updated or deleted only if the etag you provide matches the resource's current etag value.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://datalabeling-dp.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.