sourceEntity

@JvmName(name = "uxinhsabgtqfkvha")
suspend fun sourceEntity(value: Output<AnalysisSourceEntityArgs>)
@JvmName(name = "clfwikycjxixjglh")
suspend fun sourceEntity(value: AnalysisSourceEntityArgs?)

Parameters

value

A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets. Either a SourceEntity or a Definition must be provided in order for the request to be valid.


@JvmName(name = "jrrbygkmgrscikfn")
suspend fun sourceEntity(argument: suspend AnalysisSourceEntityArgsBuilder.() -> Unit)

Parameters

argument

A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets. Either a SourceEntity or a Definition must be provided in order for the request to be valid.