oci_datascience_ml_application

This resource provides the Ml Application resource in Oracle Cloud Infrastructure Data Science service.

Creates a new MlApplication.

Example Usage

resource "oci_datascience_ml_application" "test_ml_application" {
	#Required
	compartment_id = var.compartment_id
	name = var.ml_application_name

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.ml_application_description
	freeform_tags = {"Department"= "Finance"}
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Ml Application * update - (Defaults to 20 minutes), when updating the Ml Application * delete - (Defaults to 20 minutes), when destroying the Ml Application

Import

MlApplications can be imported using the id, e.g.

$ terraform import oci_datascience_ml_application.test_ml_application "id"