baseOutputDirectory property

GoogleCloudAiplatformV1GcsDestination? baseOutputDirectory
getter/setter pair

The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.

For HyperparameterTuningJob, the baseOutputDirectory of each child CustomJob backing a Trial is set to a subdirectory of name id under its parent HyperparameterTuningJob's baseOutputDirectory. The following Vertex AI environment variables will be passed to containers or python modules when this field is set: For CustomJob: * AIP_MODEL_DIR = /model/ * AIP_CHECKPOINT_DIR = /checkpoints/ * AIP_TENSORBOARD_LOG_DIR = /logs/ For CustomJob backing a Trial of HyperparameterTuningJob: * AIP_MODEL_DIR = //model/ * AIP_CHECKPOINT_DIR = //checkpoints/ * AIP_TENSORBOARD_LOG_DIR = //logs/

Implementation

GoogleCloudAiplatformV1GcsDestination? baseOutputDirectory;