Raise ImportError related to Vertex SDK being not available.
raise_vertex_import_error(
minimum_expected_version: str = '1.38.0',
) -> NoneRaises: ImportError: an ImportError that mentions a required version of the SDK.
| Name | Type | Description |
|---|---|---|
minimum_expected_version | str | Default: '1.38.0'The lowest expected version of the SDK. |