Package-level declarations

Types

Link copied to clipboard
class Service : KotlinCustomResource

Provides a PAI Service resource. Eas service instance. For information about PAI Service and how to use it, see What is Service.

Link copied to clipboard
data class ServiceArgs(val develop: Output<String>? = null, val serviceConfig: Output<String>? = null, val status: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<ServiceArgs>

Provides a PAI Service resource. Eas service instance. For information about PAI Service and how to use it, see What is Service.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard
class WorkspaceCodeSource : KotlinCustomResource

Provides a PAI Workspace Code Source resource. For information about PAI Workspace Code Source and how to use it, see What is Code Source.

Link copied to clipboard
data class WorkspaceCodeSourceArgs(val accessibility: Output<String>? = null, val codeBranch: Output<String>? = null, val codeCommit: Output<String>? = null, val codeRepo: Output<String>? = null, val codeRepoAccessToken: Output<String>? = null, val codeRepoUserName: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val mountPath: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceCodeSourceArgs>

Provides a PAI Workspace Code Source resource. For information about PAI Workspace Code Source and how to use it, see What is Code Source.

Link copied to clipboard
Link copied to clipboard
class WorkspaceDataset : KotlinCustomResource

Provides a PAI Workspace Dataset resource. For information about PAI Workspace Dataset and how to use it, see What is Dataset.

Link copied to clipboard
data class WorkspaceDatasetArgs(val accessibility: Output<String>? = null, val dataSourceType: Output<String>? = null, val dataType: Output<String>? = null, val datasetName: Output<String>? = null, val description: Output<String>? = null, val labels: Output<List<WorkspaceDatasetLabelArgs>>? = null, val options: Output<String>? = null, val property: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null, val uri: Output<String>? = null, val userId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceDatasetArgs>

Provides a PAI Workspace Dataset resource. For information about PAI Workspace Dataset and how to use it, see What is Dataset.

Link copied to clipboard
object WorkspaceDatasetMapper : ResourceMapper<WorkspaceDataset>
Link copied to clipboard
class WorkspaceDatasetversion : KotlinCustomResource

Provides a PAI Workspace Datasetversion resource. For information about PAI Workspace Dataset Version and how to use it, see What is Dataset Version.

Link copied to clipboard
data class WorkspaceDatasetversionArgs(val dataCount: Output<Int>? = null, val dataSize: Output<Int>? = null, val dataSourceType: Output<String>? = null, val datasetId: Output<String>? = null, val description: Output<String>? = null, val labels: Output<List<WorkspaceDatasetversionLabelArgs>>? = null, val options: Output<String>? = null, val property: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<WorkspaceDatasetversionArgs>

Provides a PAI Workspace Datasetversion resource. For information about PAI Workspace Dataset Version and how to use it, see What is Dataset Version.

Link copied to clipboard
Link copied to clipboard
class WorkspaceExperiment : KotlinCustomResource

Provides a PAI Workspace Experiment resource. For information about PAI Workspace Experiment and how to use it, see What is Experiment.

Link copied to clipboard
data class WorkspaceExperimentArgs(val accessibility: Output<String>? = null, val artifactUri: Output<String>? = null, val experimentName: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceExperimentArgs>

Provides a PAI Workspace Experiment resource. For information about PAI Workspace Experiment and how to use it, see What is Experiment.

Link copied to clipboard
Link copied to clipboard
class WorkspaceRun : KotlinCustomResource

Provides a PAI Workspace Run resource. For information about PAI Workspace Run and how to use it, see What is Run.

Link copied to clipboard
data class WorkspaceRunArgs(val experimentId: Output<String>? = null, val runName: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null) : ConvertibleToJava<WorkspaceRunArgs>

Provides a PAI Workspace Run resource. For information about PAI Workspace Run and how to use it, see What is Run.

Link copied to clipboard
Link copied to clipboard
object WorkspaceRunMapper : ResourceMapper<WorkspaceRun>
Link copied to clipboard
Link copied to clipboard
class WorkspaceWorkspace : KotlinCustomResource

Provides a PAI Workspace Workspace resource. For information about PAI Workspace Workspace and how to use it, see What is Workspace.

Link copied to clipboard
data class WorkspaceWorkspaceArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val envTypes: Output<List<String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceWorkspaceArgs>

Provides a PAI Workspace Workspace resource. For information about PAI Workspace Workspace and how to use it, see What is Workspace.

Link copied to clipboard

Functions

Link copied to clipboard
fun service(name: String): Service
suspend fun service(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service
Link copied to clipboard
Link copied to clipboard