StudyArgs

data class StudyArgs(val location: Output<String>? = null, val project: Output<String>? = null, val studyConfig: Output<GoogleCloudMlV1__StudyConfigArgs>? = null, val studyId: Output<String>? = null) : ConvertibleToJava<StudyArgs>

Creates a study. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun StudyArgs(location: Output<String>? = null, project: Output<String>? = null, studyConfig: Output<GoogleCloudMlV1__StudyConfigArgs>? = null, studyId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

Configuration of the study.

Link copied to clipboard
val studyId: Output<String>? = null

Required. The ID to use for the study, which will become the final component of the study's resource name.