MCPcopy Index your code
hub / github.com/Kaggle/docker-python / has_cloudai

Method has_cloudai

patches/kaggle_gcp.py:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 return GcpTarget.GCS in self.integrations
43
44 def has_cloudai(self):
45 return GcpTarget.CLOUDAI in self.integrations or \
46 GcpTarget.AUTOML in self.integrations
47
48class KaggleKernelCredentials(credentials.Credentials):
49 """Custom Credentials used to authenticate using the Kernel's connected OAuth account.

Callers 6

init_translation_v2Function · 0.80
init_translation_v3Function · 0.80
init_natural_languageFunction · 0.80
init_ucaipFunction · 0.80
init_video_intelligenceFunction · 0.80
init_visionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected