AiDataPlatformDetail¶
-
class
oci.dif.models.AiDataPlatformDetail(**kwargs)¶ Bases:
objectAI Data Platform Details required to provision AIDP instance.
Methods
__init__(**kwargs)Initializes a new AiDataPlatformDetail object with values from keyword arguments. Attributes
default_workspace_name[Required] Gets the default_workspace_name of this AiDataPlatformDetail. instance_id[Required] Gets the instance_id of this AiDataPlatformDetail. -
__init__(**kwargs)¶ Initializes a new AiDataPlatformDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this AiDataPlatformDetail.
- default_workspace_name (str) – The value to assign to the default_workspace_name property of this AiDataPlatformDetail.
-
default_workspace_name¶ [Required] Gets the default_workspace_name of this AiDataPlatformDetail. A default workspace will be created with this name.
Returns: The default_workspace_name of this AiDataPlatformDetail. Return type: str
-
instance_id¶ [Required] Gets the instance_id of this AiDataPlatformDetail. Identifier for AIDP instance to be provisioned.
Returns: The instance_id of this AiDataPlatformDetail. Return type: str
-