artifactDestination property

GoogleCloudAiplatformV1GcsDestination? artifactDestination
getter/setter pair

The Cloud Storage location where the Model artifact is to be written to.

Under the directory given as the destination a new one with name "model-export--", where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format, will be created. Inside, the Model and any of its supporting files will be written. This field should only be set when the exportableContent field of the [Model.supported_export_formats] object contains ARTIFACT.

Implementation

GoogleCloudAiplatformV1GcsDestination? artifactDestination;