Data Source: oci_generative_ai_hosted_deployment
This data source provides details about a specific Hosted Deployment resource in Oracle Cloud Infrastructure Generative AI service.
Gets information about a hosted deployment.
Example Usage
data "oci_generative_ai_hosted_deployment" "test_hosted_deployment" {
#Required
hosted_deployment_id = oci_generative_ai_hosted_deployment.test_hosted_deployment.id
}
Argument Reference
The following arguments are supported:
hosted_deployment_id- (Required) The OCID of the hosted deployment.
Attributes Reference
The following attributes are exported:
active_artifact- Container/artifact configuration for the deployment.artifact_type- The type of the artifact.container_uri- image url.hosted_deployment_id- The OCID of the application.id- if put artifact to a table, the id is neededstatus- The current status of the artifact.tag- image tag.time_created- The date and time the artifact was created.
artifacts- array of Artifacts.artifact_type- The type of the artifact.container_uri- image url.hosted_deployment_id- The OCID of the application.id- if put artifact to a table, the id is neededstatus- The current status of the artifact.tag- image tag.time_created- The date and time the artifact was created.
compartment_id- The compartment OCID to create the hosted application in.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}display_name- A user-friendly name. Does not have to be unique, and it’s changeable.freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}hosted_application_id- The OCID of the application.id- The OCID of the hosted deployment.state- The current state of the hosted deployment.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The date and time the hosted deployment was created, in the format defined by RFC 3339time_updated- The date and time the hosted deployment was updated, in the format defined by RFC 3339