Show / Hide Table of Contents

Class AiDataPlatformDetail

AI Data Platform Details required to provision AIDP instance.

Inheritance
object
AiDataPlatformDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top