DynamicTemplateLaunchParams

Parameters to pass when launching a dynamic template.

JSON representation
{ "gcsPath": string, "stagingLocation": string }
Fields
gcsPath

string

Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized DynamicTemplateFileSpec object.

stagingLocation

string

Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with gs://.