packageUris

@JvmName(name = "sinnwoqdsvkbmwud")
suspend fun packageUris(value: Output<List<String>>)
@JvmName(name = "fcriludstkheengc")
suspend fun packageUris(value: List<String>?)

Parameters

value

Optional. Cloud Storage paths (gs://…) of packages for /ml-engine/docs/tensorflow/custom-prediction-routines or /ml-engine/docs/scikit/exporting-for-prediction#custom-pipeline-code. For a custom prediction routine, one of these packages must contain your Predictor class (see #Version.FIELDS.prediction_class). Additionally, include any dependencies used by your Predictor or scikit-learn pipeline uses that are not already included in your selected /ml-engine/docs/tensorflow/runtime-version-list. If you specify this field, you must also set #Version.FIELDS.runtime_version to 1.4 or greater.


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


@JvmName(name = "jcebrimatsavigfx")
suspend fun packageUris(values: List<Output<String>>)
@JvmName(name = "unijqebfkirvpptf")
suspend fun packageUris(vararg values: String)

Parameters

values

Optional. Cloud Storage paths (gs://…) of packages for /ml-engine/docs/tensorflow/custom-prediction-routines or /ml-engine/docs/scikit/exporting-for-prediction#custom-pipeline-code. For a custom prediction routine, one of these packages must contain your Predictor class (see #Version.FIELDS.prediction_class). Additionally, include any dependencies used by your Predictor or scikit-learn pipeline uses that are not already included in your selected /ml-engine/docs/tensorflow/runtime-version-list. If you specify this field, you must also set #Version.FIELDS.runtime_version to 1.4 or greater.