Class AiDataPlatformDetail
AI Data Platform Details required to provision AIDP instance.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class AiDataPlatformDetail
Properties
DefaultWorkspaceName
Declaration
[Required(ErrorMessage = "DefaultWorkspaceName is required.")]
[JsonProperty(PropertyName = "defaultWorkspaceName")]
public string DefaultWorkspaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A default workspace will be created with this name. |
Remarks
Required
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Identifier for AIDP instance to be provisioned. |
Remarks
Required