DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CANCEL_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_cancel_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CHANGE_AI_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_ai_private_endpoint_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_change_ai_private_endpoint_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CHANGE_DATA_ASSET_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_data_asset_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_change_data_asset_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of change_data_asset_compartment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CHANGE_DETECT_ANOMALY_JOB_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_detect_anomaly_job_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_change_detect_anomaly_job_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CHANGE_MODEL_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_model_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_change_model_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CHANGE_PROJECT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_project_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_change_project_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CREATE_AI_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_ai_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_create_ai_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CREATE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_create_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CREATE_DETECT_ANOMALY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_detect_anomaly_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_create_detect_anomaly_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_detect_anomaly_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_detect_anomaly_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CREATE_MODEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_model request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_create_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_model_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_model
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_CREATE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_create_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_project
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DELETE_AI_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_ai_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_delete_ai_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DELETE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_delete_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DELETE_DETECT_ANOMALY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_detect_anomaly_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_delete_detect_anomaly_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DELETE_MODEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_model request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_delete_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DELETE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_delete_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_DETECT_ANOMALIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detect_anomalies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_detect_anomalies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_anomaly_detect_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of detect_anomalies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_AI_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_ai_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_ai_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_ai_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_ai_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_DETECT_ANOMALY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_detect_anomaly_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_detect_anomaly_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_detect_anomaly_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_detect_anomaly_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_MODEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_model request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_model_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_model
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_project
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_AI_PRIVATE_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_ai_private_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_ai_private_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_ai_private_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_ai_private_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_DATA_ASSETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_data_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_data_asset_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_assets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_DETECT_ANOMALY_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_detect_anomaly_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_detect_anomaly_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_detect_anomaly_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_detect_anomaly_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_MODELS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_models request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_models_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_model_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_models
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_PROJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_projects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_projects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_project_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_projects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_work_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_UPDATE_AI_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_ai_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_update_ai_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_UPDATE_DATA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_data_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_update_data_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_data_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_data_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_UPDATE_DETECT_ANOMALY_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_detect_anomaly_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_update_detect_anomaly_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_detect_anomaly_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_detect_anomaly_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_UPDATE_MODEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_model request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_update_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AAD_ANOMALY_DETECTION_UPDATE_PROJECT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_project request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_aad_anomaly_detection_update_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_anomaly_detection_project_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;