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:
metadatum_key_name
- (Required) The name of the model metadatum in the metadata.model_id
- (Required) The OCID of the model.range
- (Optional) Optional byte range to fetch, as described in RFC 7233, section 2.1. Note that only a single range of bytes is supported.
Attributes Reference
The following attributes are exported: