MachineLearningWorkspaceArgs

data class MachineLearningWorkspaceArgs(val id: Output<String>) : ConvertibleToJava<MachineLearningWorkspaceArgs>

Information about the machine learning workspace containing the experiment that is source for the web service.

Constructors

Link copied to clipboard
constructor(id: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

Specifies the workspace ID of the machine learning workspace associated with the web service

Functions

Link copied to clipboard
open override fun toJava(): MachineLearningWorkspaceArgs