jobDir property

String? jobDir
getter/setter pair

A Google Cloud Storage path in which to store training outputs and other data needed for training.

This path is passed to your TensorFlow program as the '--job-dir' command-line argument. The benefit of specifying this field is that Cloud ML validates the path for use in training.

Optional.

Implementation

core.String? jobDir;