Data Source: oci_datascience_models

This data source provides the list of Models in Oracle Cloud Infrastructure Data Science service.

Lists models in the specified compartment.

Example Usage

data "oci_datascience_models" "test_models" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    created_by = var.model_created_by
    display_name = var.model_display_name
    id = var.model_id
    model_version_set_name = oci_datascience_model_version_set.test_model_version_set.name
    project_id = oci_datascience_project.test_project.id
    state = var.model_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Model Reference

The following attributes are exported: