regions

@JvmName(name = "mtsdihuwmdvoawlj")
suspend fun regions(value: Output<List<String>>)
@JvmName(name = "qumxmqqlmfeuxmvo")
suspend fun regions(value: List<String>?)

Parameters

value

Optional. The list of regions where the model is going to be deployed. Only one region per model is supported. Defaults to 'us-central1' if nothing is set. See the available regions for AI Platform services. Note: * No matter where a model is deployed, it can always be accessed by users from anywhere, both for online and batch prediction. * The region for a batch prediction job is set by the region field when submitting the batch prediction job and does not take its value from this field.


@JvmName(name = "jejimqegxfoyhfak")
suspend fun regions(vararg values: Output<String>)


@JvmName(name = "uqwmqmmnonknyxiy")
suspend fun regions(values: List<Output<String>>)
@JvmName(name = "djgttbvjbkujsryd")
suspend fun regions(vararg values: String)

Parameters

values

Optional. The list of regions where the model is going to be deployed. Only one region per model is supported. Defaults to 'us-central1' if nothing is set. See the available regions for AI Platform services. Note: * No matter where a model is deployed, it can always be accessed by users from anywhere, both for online and batch prediction. * The region for a batch prediction job is set by the region field when submitting the batch prediction job and does not take its value from this field.