Data Source: oci_datascience_ml_application_instance
This data source provides details about a specific Ml Application Instance resource in Oracle Cloud Infrastructure Data Science service.
Gets a MlApplicationInstance by identifier
Example Usage
data "oci_datascience_ml_application_instance" "test_ml_application_instance" {
#Required
ml_application_instance_id = oci_datascience_ml_application_instance.test_ml_application_instance.id
}
Argument Reference
The following arguments are supported:
ml_application_instance_id
- (Required) unique MlApplicationInstance identifier
Attributes Reference
The following attributes are exported:
auth_configuration
- AuthN/Z configuration for online predictionapplication_name
- Name of the IDCS applicationdomain_id
- Identity Domain OCIDtype
- Type of AuthN/Z
compartment_id
- The OCID of the compartment where the MlApplicationInstance is created.configuration
- Data that are used for provisioning of the given MlApplicationInstance. These are validated against configurationSchema defined in referenced MlApplicationImplementation.key
- Key of configuration propertyvalue
- Value of configuration property
defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:{"Operations.CostCenter": "42"}
display_name
- The name of MlApplicationInstance. System will generate displayName when not provided during creation.freeform_tags
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:{"Department": "Finance"}
id
- The OCID of the MlApplicationInstance. Unique identifier that is immutable after creationis_enabled
- States whether the MlApplicationInstance is supposed to be in ACTIVE lifecycle state.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.lifecycle_substate
- The current substate of the MlApplicationInstance. The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all Oracle Cloud Infrastructure resources. The NEEDSATTENTION and FAILED substates are deprecated in favor of (NON)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release.ml_application_id
- The OCID of ML Application. This resource is an instance of ML Application referenced by this OCID.ml_application_implementation_id
- The OCID of ML Application Implementation selected as a certain solution for a given ML problem (ML Application)ml_application_implementation_name
- The name of Ml Application Implementation (based on mlApplicationImplementationId)ml_application_name
- The name of ML Application (based on mlApplicationId).prediction_endpoint_details
- Prediction endpoint related information.base_prediction_uri
- Base URI of prediction router.prediction_uris
- Array of all prediction URIs per use-case.uri
- Prediction URI.use_case
- Prediction use-case.
state
- The current state of the MlApplicationInstance.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the the MlApplication was created. An RFC3339 formatted datetime stringtime_updated
- Time of last MlApplicationInstance update in the format defined by RFC 3339.