Skip to content

DedicatedAiCluster Sample

This page is generated from the checked-in sample manifest at config/samples/generativeai_v1beta1_dedicatedaicluster.yaml.

Field Value
Resource generativeai/DedicatedAiCluster
API Version generativeai.oracle.com/v1beta1
Source Path config/samples/generativeai_v1beta1_dedicatedaicluster.yaml
#
# 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.
#

#
# Replace the compartment OCID and tune the displayName below before running e2e.
# Keeping spec.displayName empty disables pre-create reuse; setting it allows the
# controller to bind to an existing DedicatedAiCluster with the same compartmentId
# and displayName.
#
apiVersion: generativeai.oracle.com/v1beta1
kind: DedicatedAiCluster
metadata:
  name: dedicatedaicluster-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  displayName: osok-dedicatedaicluster-sample
  type: HOSTING
  unitCount: 1
  unitShape: SMALL_COHERE
  description: OSOK DedicatedAiCluster sample
  freeformTags:
    managed-by: oci-service-operator