Data Source: oci_datascience_model_group_artifact_content

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

Downloads the model artifact for the specified model group.

Example Usage

data "oci_datascience_model_group_artifact_content" "test_model_group_artifact_content" {
	#Required
	model_group_id = oci_datascience_model_group.test_model_group.id

	#Optional
	range = var.model_group_artifact_content_range
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: