GetProjectResult

data class GetProjectResult(val datasetName: String? = null, val recipeName: String? = null, val roleArn: String? = null, val sample: ProjectSample? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(datasetName: String? = null, recipeName: String? = null, roleArn: String? = null, sample: ProjectSample? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetName: String? = null

Dataset name

Link copied to clipboard
val recipeName: String? = null

Recipe name

Link copied to clipboard
val roleArn: String? = null

Role arn

Link copied to clipboard
val sample: ProjectSample? = null

Sample

Link copied to clipboard
val tags: List<Tag>? = null

Metadata tags that have been applied to the project.