Data Source: oci_datascience_model_deployment_model_states

This data source provides the list of Model Deployment Model States in Oracle Cloud Infrastructure Data Science service.

Lists the status of models in a model group deployment.

Example Usage

data "oci_datascience_model_deployment_model_states" "test_model_deployment_model_states" {
	#Required
	compartment_id = var.compartment_id
	model_deployment_id = oci_datascience_model_deployment.test_model_deployment.id

	#Optional
	display_name = var.model_deployment_model_state_display_name
	inference_key = var.model_deployment_model_state_inference_key
	model_id = oci_datascience_model.test_model.id
	project_id = oci_datascience_project.test_project.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ModelDeploymentModelState Reference

The following attributes are exported: