GetStudyResult

data class GetStudyResult(val createTime: String, val inactiveReason: String, val name: String, val state: String, val studyConfig: GoogleCloudMlV1__StudyConfigResponse)

Constructors

Link copied to clipboard
fun GetStudyResult(createTime: String, inactiveReason: String, name: String, state: String, studyConfig: GoogleCloudMlV1__StudyConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time at which the study was created.

Link copied to clipboard

A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.

Link copied to clipboard

The name of a study.

Link copied to clipboard

The detailed state of a study.

Link copied to clipboard

Configuration of the study.