Datastore Response
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
fun DatastoreResponse(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard