gcsDestination property

GoogleCloudAiplatformV1GcsDestination? gcsDestination
getter/setter pair

The Google Cloud Storage location where the output is to be written to.

In the given directory a new directory will be created with name: export-data-- where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.

Implementation

GoogleCloudAiplatformV1GcsDestination? gcsDestination;