Data Science Types

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_ACTIVATE_MODEL_RESPONSE_T Type

Contains the response body, headers and the status code of the activate_model request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_activate_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of activate_model

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_ACTIVATE_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the activate_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_activate_model_deployment_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_DSC_DATA_SCIENCE_ACTIVATE_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the activate_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_activate_notebook_session_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_DSC_DATA_SCIENCE_CANCEL_JOB_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the cancel_job_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_cancel_job_run_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_DSC_DATA_SCIENCE_CANCEL_PIPELINE_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the cancel_pipeline_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_cancel_pipeline_run_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_DSC_DATA_SCIENCE_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_dsc_data_science_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_DSC_DATA_SCIENCE_CHANGE_DATA_SCIENCE_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_data_science_private_endpoint_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_data_science_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_DSC_DATA_SCIENCE_CHANGE_JOB_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_job_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_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_DSC_DATA_SCIENCE_CHANGE_JOB_RUN_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_job_run_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_job_run_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_DSC_DATA_SCIENCE_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_dsc_data_science_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_DSC_DATA_SCIENCE_CHANGE_MODEL_DEPLOYMENT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_model_deployment_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_model_deployment_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_DSC_DATA_SCIENCE_CHANGE_MODEL_VERSION_SET_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_model_version_set_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_model_version_set_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_DSC_DATA_SCIENCE_CHANGE_NOTEBOOK_SESSION_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_notebook_session_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_notebook_session_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_DSC_DATA_SCIENCE_CHANGE_PIPELINE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_pipeline_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_pipeline_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_DSC_DATA_SCIENCE_CHANGE_PIPELINE_RUN_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_pipeline_run_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_change_pipeline_run_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_DSC_DATA_SCIENCE_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_dsc_data_science_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_DSC_DATA_SCIENCE_CREATE_DATA_SCIENCE_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_data_science_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_data_science_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_data_science_private_endpoint_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_data_science_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_JOB_RESPONSE_T Type

Contains the response body, headers and the status code of the create_job request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_JOB_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_job_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_job_artifact_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_DSC_DATA_SCIENCE_CREATE_JOB_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_job_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_job_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_job_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_create_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_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_DSC_DATA_SCIENCE_CREATE_MODEL_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_model_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_model_artifact_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_DSC_DATA_SCIENCE_CREATE_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_model_deployment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_deployment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_model_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_MODEL_PROVENANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_model_provenance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_model_provenance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_provenance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_model_provenance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_MODEL_VERSION_SET_RESPONSE_T Type

Contains the response body, headers and the status code of the create_model_version_set request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_model_version_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_version_set_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_model_version_set

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_notebook_session_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_notebook_session_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_notebook_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_PIPELINE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_pipeline request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_CREATE_PIPELINE_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_pipeline_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_pipeline_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_pipeline_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_create_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_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_DSC_DATA_SCIENCE_CREATE_STEP_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_step_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_create_step_artifact_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_DSC_DATA_SCIENCE_DEACTIVATE_MODEL_RESPONSE_T Type

Contains the response body, headers and the status code of the deactivate_model request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_deactivate_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of deactivate_model

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_DEACTIVATE_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the deactivate_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_deactivate_model_deployment_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_DSC_DATA_SCIENCE_DEACTIVATE_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the deactivate_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_deactivate_notebook_session_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_DSC_DATA_SCIENCE_DELETE_DATA_SCIENCE_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_data_science_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_data_science_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_DSC_DATA_SCIENCE_DELETE_JOB_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_job request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_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_DSC_DATA_SCIENCE_DELETE_JOB_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_job_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_job_run_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_DSC_DATA_SCIENCE_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_dsc_data_science_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_DSC_DATA_SCIENCE_DELETE_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_model_deployment_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_DSC_DATA_SCIENCE_DELETE_MODEL_VERSION_SET_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_model_version_set request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_model_version_set_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_DSC_DATA_SCIENCE_DELETE_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_notebook_session_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_DSC_DATA_SCIENCE_DELETE_PIPELINE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_pipeline request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_pipeline_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_DSC_DATA_SCIENCE_DELETE_PIPELINE_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_pipeline_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_delete_pipeline_run_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_DSC_DATA_SCIENCE_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_dsc_data_science_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_DSC_DATA_SCIENCE_EXPORT_MODEL_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the export_model_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_export_model_artifact_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_DSC_DATA_SCIENCE_GET_DATA_SCIENCE_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_data_science_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_data_science_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_data_science_private_endpoint_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_data_science_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_JOB_RESPONSE_T Type

Contains the response body, headers and the status code of the get_job request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_JOB_ARTIFACT_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_job_artifact_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_job_artifact_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body blob,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_job_artifact_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_JOB_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the get_job_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_job_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_job_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_get_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_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_DSC_DATA_SCIENCE_GET_MODEL_ARTIFACT_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_model_artifact_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_model_artifact_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body blob,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_model_artifact_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_model_deployment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_deployment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_model_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_MODEL_PROVENANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_model_provenance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_model_provenance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_provenance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_model_provenance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_MODEL_VERSION_SET_RESPONSE_T Type

Contains the response body, headers and the status code of the get_model_version_set request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_model_version_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_version_set_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_model_version_set

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_notebook_session_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_notebook_session_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_notebook_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_PIPELINE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_pipeline request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_GET_PIPELINE_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the get_pipeline_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_pipeline_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_pipeline_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_get_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_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_DSC_DATA_SCIENCE_GET_STEP_ARTIFACT_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_step_artifact_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_get_step_artifact_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body blob,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_step_artifact_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_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_DSC_DATA_SCIENCE_HEAD_JOB_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the head_job_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_head_job_artifact_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_DSC_DATA_SCIENCE_HEAD_MODEL_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the head_model_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_head_model_artifact_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_DSC_DATA_SCIENCE_HEAD_STEP_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the head_step_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_head_step_artifact_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_DSC_DATA_SCIENCE_IMPORT_MODEL_ARTIFACT_RESPONSE_T Type

Contains the response body, headers and the status code of the import_model_artifact request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_import_model_artifact_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_DATASCIENCE_DATA_SCIENCE_PRIVATE_ENDPOINT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_data_science_private_endpoint_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_data_science_private_endpoint_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_data_science_private_endpoint_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_DATA_SCIENCE_PRIVATE_ENDPOINTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_data_science_private_endpoints request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_data_science_private_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_data_science_private_endpoint_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_data_science_private_endpoints

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_FAST_LAUNCH_JOB_CONFIG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_fast_launch_job_config_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_fast_launch_job_config_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_fast_launch_job_config_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_FAST_LAUNCH_JOB_CONFIGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fast_launch_job_configs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_fast_launch_job_configs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_fast_launch_job_config_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fast_launch_job_configs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_JOB_RUN_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_job_run_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_job_run_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_job_run_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_JOB_RUNS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_job_runs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_job_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_run_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_job_runs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_JOB_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_job_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_job_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_job_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_JOB_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_job_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_job_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_shape_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_job_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_JOB_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_job_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_job_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_job_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_JOBS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_jobs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_jobs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_MODEL_DEPLOYMENT_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_model_deployment_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_model_deployment_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_model_deployment_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_MODEL_DEPLOYMENT_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_model_deployment_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_model_deployment_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_deployment_shape_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_model_deployment_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_MODEL_DEPLOYMENT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_model_deployment_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_model_deployment_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_model_deployment_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_MODEL_DEPLOYMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_model_deployments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_model_deployments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_deployment_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_model_deployments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_MODEL_VERSION_SET_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_model_version_set_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_model_version_set_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_model_version_set_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_MODEL_VERSION_SETS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_model_version_sets request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_model_version_sets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_version_set_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_model_version_sets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_MODEL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_model_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_model_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_model_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_list_models_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_summary_tbl,
  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_DATASCIENCE_NOTEBOOK_SESSION_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_notebook_session_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_notebook_session_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_notebook_session_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_NOTEBOOK_SESSION_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_notebook_session_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_notebook_session_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_notebook_session_shape_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_notebook_session_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_NOTEBOOK_SESSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_notebook_session_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_notebook_session_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_notebook_session_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_NOTEBOOK_SESSIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_notebook_sessions request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_notebook_sessions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_notebook_session_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_notebook_sessions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_PIPELINE_RUN_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_pipeline_run_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_pipeline_run_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_pipeline_run_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_PIPELINE_RUNS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_pipeline_runs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_pipeline_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_run_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_pipeline_runs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_PIPELINE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_pipeline_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_pipeline_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_pipeline_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_LIST_PIPELINES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_pipelines request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_list_pipelines_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_pipelines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATASCIENCE_PROJECT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_project_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_project_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_project_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_list_projects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_project_summary_tbl,
  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_DATASCIENCE_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_datascience_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_work_request_error_tbl,
  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_DATASCIENCE_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_datascience_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_work_request_log_entry_tbl,
  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_DATASCIENCE_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datascience_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datascience_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datascience_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_work_request_summary_tbl,
  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_DSC_DATA_SCIENCE_UPDATE_DATA_SCIENCE_PRIVATE_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_data_science_private_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_data_science_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_data_science_private_endpoint_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_data_science_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_JOB_RESPONSE_T Type

Contains the response body, headers and the status code of the update_job request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_JOB_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_job_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_job_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_job_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_job_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_update_model_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_model

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_MODEL_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_model_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_model_deployment_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_DSC_DATA_SCIENCE_UPDATE_MODEL_PROVENANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_model_provenance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_model_provenance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_provenance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_model_provenance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_MODEL_VERSION_SET_RESPONSE_T Type

Contains the response body, headers and the status code of the update_model_version_set request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_model_version_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_model_version_set_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_model_version_set

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_NOTEBOOK_SESSION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_notebook_session request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_notebook_session_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_notebook_session_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_notebook_session

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_PIPELINE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_pipeline request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_pipeline_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_UPDATE_PIPELINE_RUN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_pipeline_run request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dsc_data_science_update_pipeline_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_pipeline_run_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_pipeline_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DSC_DATA_SCIENCE_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_dsc_data_science_update_project_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_datascience_project_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_project

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?