Data Source: oci_datascience_model_provenance
This data source provides details about a specific Model Provenance resource in Oracle Cloud Infrastructure Data Science service.
Gets provenance information for specified model.
Example Usage
data "oci_datascience_model_provenance" "test_model_provenance" {
#Required
model_id = oci_datascience_model.test_model.id
}
Argument Reference
The following arguments are supported:
model_id
- (Required) The OCID of the model.
Attributes Reference
The following attributes are exported:
git_branch
- For model reproducibility purposes. Branch of the git repository associated with model training.git_commit
- For model reproducibility purposes. Commit ID of the git repository associated with model training.repository_url
- For model reproducibility purposes. URL of the git repository associated with model training.script_dir
- For model reproducibility purposes. Path to model artifacts.training_id
- The OCID of a training session(Job or NotebookSession) in which the model was trained. It is used for model reproducibility purposes.training_script
- For model reproducibility purposes. Path to the python script or notebook in which the model was trained.”