Skip to content

AI Language: Project

Manage OCI AI Language projects. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.

Resource Snapshot

Field Value
Service ailanguage
Resource Project
API Version ailanguage.oracle.com/v1beta1
Package AI Language
Support Status Preview
Latest Released Version v2.1.0-alpha
Install Namespace oci-service-operator-ailanguage-system

Spec Fields

This summary shows the top-level spec fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
compartmentId The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the project's compartment. string Yes
definedTags Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} map[string, map[string, string]] No
description A short description of the project. string No
displayName A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. string No
freeformTags Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} map[string, string] No

Status Fields

This summary shows the top-level status fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
compartmentId The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the project's compartment. string No
definedTags Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} map[string, map[string, string]] No
description A short description of a project. string No
displayName A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. string No
freeformTags Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} map[string, string] No
id Unique identifier OCID of the project string No
lifecycleDetails A message describing the current state in more detail. string No
lifecycleState The state of the project. string No
status - object Yes
systemTags Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } } map[string, map[string, string]] No
timeCreated The date and time the resource was created in the timestamp format defined by RFC3339 (https://tools.ietf.org/html/rfc3339). string No
timeUpdated The date and time the resource was updated in the timestamp format defined by RFC3339 (https://tools.ietf.org/html/rfc3339). string No

Sample Manifest

This example is generated from the checked-in sample manifest at config/samples/ailanguage_v1beta1_project.yaml. Replace placeholder values before applying it.

Open the rendered sample page

#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

apiVersion: ailanguage.oracle.com/v1beta1
kind: Project
metadata:
  name: project-sample
spec: {}