Google Cloud Ml V1__Study Config Args
data class GoogleCloudMlV1__StudyConfigArgs(val algorithm: Output<GoogleCloudMlV1__StudyConfigAlgorithm>? = null, val automatedStoppingConfig: Output<GoogleCloudMlV1__AutomatedStoppingConfigArgs>? = null, val metrics: Output<List<GoogleCloudMlV1_StudyConfig_MetricSpecArgs>>? = null, val parameters: Output<List<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>) : ConvertibleToJava<GoogleCloudMlV1__StudyConfigArgs>
Represents configuration of a study.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1__StudyConfigArgs(algorithm: Output<GoogleCloudMlV1__StudyConfigAlgorithm>? = null, automatedStoppingConfig: Output<GoogleCloudMlV1__AutomatedStoppingConfigArgs>? = null, metrics: Output<List<GoogleCloudMlV1_StudyConfig_MetricSpecArgs>>? = null, parameters: Output<List<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>)