DatastoreResponse

data class DatastoreResponse(val azureDataLakeSection: AzureDataLakeSectionResponse? = null, val azureMySqlSection: AzureMySqlSectionResponse? = null, val azurePostgreSqlSection: AzurePostgreSqlSectionResponse? = null, val azureSqlDatabaseSection: AzureSqlDatabaseSectionResponse? = null, val azureStorageSection: AzureStorageSectionResponse? = null, val createdBy: UserInfoResponse, val createdTime: String, val dataStoreType: String? = null, val description: String? = null, val glusterFsSection: GlusterFsSectionResponse? = null, val hasBeenValidated: Boolean? = null, val linkedInfo: LinkedInfoResponse? = null, val modifiedBy: UserInfoResponse, val modifiedTime: String, val name: String? = null, val tags: Map<String, String>)

Machine Learning datastore object.

Constructors

Link copied to clipboard
constructor(azureDataLakeSection: AzureDataLakeSectionResponse? = null, azureMySqlSection: AzureMySqlSectionResponse? = null, azurePostgreSqlSection: AzurePostgreSqlSectionResponse? = null, azureSqlDatabaseSection: AzureSqlDatabaseSectionResponse? = null, azureStorageSection: AzureStorageSectionResponse? = null, createdBy: UserInfoResponse, createdTime: String, dataStoreType: String? = null, description: String? = null, glusterFsSection: GlusterFsSectionResponse? = null, hasBeenValidated: Boolean? = null, linkedInfo: LinkedInfoResponse? = null, modifiedBy: UserInfoResponse, modifiedTime: String, name: String? = null, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The User who created the datastore.

Link copied to clipboard

The date and time when the datastore was created.

Link copied to clipboard
val dataStoreType: String? = null

The datastore type.

Link copied to clipboard
val description: String? = null

Description of the datastore.

Link copied to clipboard

Data specific to GlusterFS.

Link copied to clipboard

A read only property that denotes whether the service datastore has been validated with credentials.

Link copied to clipboard

Info about origin if it is linked.

Link copied to clipboard

The User who modified the datastore.

Link copied to clipboard

The date and time when the datastore was last modified.

Link copied to clipboard
val name: String? = null

Name of the datastore.

Link copied to clipboard

Tags for this datastore.