(self)
| 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 | |
| 48 | class KaggleKernelCredentials(credentials.Credentials): |
| 49 | """Custom Credentials used to authenticate using the Kernel's connected OAuth account. |
no outgoing calls
no test coverage detected