Skip to content

Oracle Digital Assistant: Translator

Manage OCI Digital Assistant resources from Kubernetes. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.

Resource Snapshot

Field Value
Service oda
Resource Translator
API Version oda.oracle.com/v1beta1
Package Oracle Digital Assistant
Support Status Preview
Latest Released Version v2.1.0-alpha
Install Namespace oci-service-operator-oda-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
authToken The authentication token to use when invoking the Translation Service string Yes
baseUrl The base URL for invoking the Translation Service. string Yes
definedTags Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}} map[string, map[string, string]] No
freeformTags Simple key-value pair that is applied without any predefined name, type, or scope. Example: {"bar-key": "value"} map[string, string] No
properties Properties used when invoking the translation service. Each property is a simple key-value pair. map[string, string] No
type The Translation Service to use for this Translator. string Yes

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
baseUrl The base URL for invoking the Translation Service. string No
definedTags Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}} map[string, map[string, string]] No
freeformTags Simple key-value pair that is applied without any predefined name, type, or scope. Example: {"bar-key": "value"} map[string, string] No
id Unique immutable identifier that was assigned when the Translator was created. string No
lifecycleState The Translator's current state. string No
name The descriptive name for this Translator. string No
properties Properties used when invoking the translation service. Each property is a simple key-value pair. map[string, string] No
status - object Yes
timeCreated When the resource was created. A date-time string as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. string No
timeUpdated When the resource was last updated. A date-time string as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. string No
type The Translation Service to use for this Translator. string No

Sample Manifest

This example is generated from the checked-in sample manifest at config/samples/oda_v1beta1_translator.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: oda.oracle.com/v1beta1
kind: Translator
metadata:
  name: translator-sample
spec: {}