Class ChangeDedicatedAiClusterCompartmentDetails
The details to move a dedicated AI cluster to another compartment.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class ChangeDedicatedAiClusterCompartmentDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment to move the dedicated AI cluster to. | 
Remarks
Required