Data Source: oci_datascience_model_custom_metadata_artifact_content

This data source provides details about a specific Model Custom Metadata Artifact Content resource in Oracle Cloud Infrastructure Data Science service.

Downloads model custom metadata artifact content for specified model metadata key.

Example Usage

data "oci_datascience_model_custom_metadata_artifact_content" "test_model_custom_metadata_artifact_content" {
	#Required
	metadatum_key_name = oci_kms_key.test_key.name
	model_id = oci_datascience_model.test_model.id

	#Optional
	range = var.model_custom_metadata_artifact_content_range
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: