Package-level declarations

Types

Link copied to clipboard
class FlowPipeline : KotlinCustomResource

Provides a Pai Flow Pipeline resource. For information about Pai Flow Pipeline and how to use it, see What is Pipeline.

Link copied to clipboard
data class FlowPipelineArgs(val manifest: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<FlowPipelineArgs>

Provides a Pai Flow Pipeline resource. For information about Pai Flow Pipeline and how to use it, see What is Pipeline.

Link copied to clipboard
Link copied to clipboard
object FlowPipelineMapper : ResourceMapper<FlowPipeline>
Link copied to clipboard
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 WorkspaceMember : KotlinCustomResource

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

Link copied to clipboard
data class WorkspaceMemberArgs(val roles: Output<List<String>>? = null, val userId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceMemberArgs>

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

Link copied to clipboard
object WorkspaceMemberMapper : ResourceMapper<WorkspaceMember>
Link copied to clipboard
class WorkspaceModel : KotlinCustomResource

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

Link copied to clipboard
data class WorkspaceModelArgs(val accessibility: Output<String>? = null, val domain: Output<String>? = null, val extraInfo: Output<Map<String, String>>? = null, val labels: Output<List<WorkspaceModelLabelArgs>>? = null, val modelDescription: Output<String>? = null, val modelDoc: Output<String>? = null, val modelName: Output<String>? = null, val modelType: Output<String>? = null, val orderNumber: Output<Int>? = null, val origin: Output<String>? = null, val task: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceModelArgs>

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

Link copied to clipboard
Link copied to clipboard
object WorkspaceModelMapper : ResourceMapper<WorkspaceModel>
Link copied to clipboard
class WorkspaceModelVersion : KotlinCustomResource

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

Link copied to clipboard
data class WorkspaceModelVersionArgs(val approvalStatus: Output<String>? = null, val extraInfo: Output<Map<String, String>>? = null, val formatType: Output<String>? = null, val frameworkType: Output<String>? = null, val inferenceSpec: Output<Map<String, String>>? = null, val labels: Output<List<WorkspaceModelVersionLabelArgs>>? = null, val metrics: Output<Map<String, String>>? = null, val modelId: Output<String>? = null, val options: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null, val trainingSpec: Output<Map<String, String>>? = null, val uri: Output<String>? = null, val versionDescription: Output<String>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<WorkspaceModelVersionArgs>

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

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 WorkspaceUserConfig : KotlinCustomResource

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

Link copied to clipboard
data class WorkspaceUserConfigArgs(val categoryName: Output<String>? = null, val configKey: Output<String>? = null, val configValue: Output<String>? = null, val scope: Output<String>? = null) : ConvertibleToJava<WorkspaceUserConfigArgs>

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

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
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
Link copied to clipboard
Link copied to clipboard