For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transform$get

Transform$.get() → self

Fetches the transform, after which transform.properties will contain a dict with entries corresponding to the properties on the transform resource definition. Will raise an error if the transform does not exist.

Returns

self (a Transform)

Was this helpful?