ModelCardBusinessDetailsArgs

data class ModelCardBusinessDetailsArgs(val businessProblem: Output<String>? = null, val businessStakeholders: Output<String>? = null, val lineOfBusiness: Output<String>? = null) : ConvertibleToJava<ModelCardBusinessDetailsArgs>

Business details.

Constructors

Link copied to clipboard
constructor(businessProblem: Output<String>? = null, businessStakeholders: Output<String>? = null, lineOfBusiness: Output<String>? = null)

Properties

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

What business problem does the model solve?

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

Business stakeholders.

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

Line of business.

Functions

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