module documentation

FiftyOne internal utilities.

Copyright 2017-2025, Voxel51, Inc.

Function has_api_key Whether the current environment has an API key.
Function has_encryption_key Whether the current environment has an encryption key.
Function is_remote_service Whether the SDK is running in a remote service context.
def has_api_key(): (source)

Whether the current environment has an API key.

Returns
True/False
def has_encryption_key(): (source)

Whether the current environment has an encryption key.

Returns
True/False
def is_remote_service(): (source)

Whether the SDK is running in a remote service context.

Returns
True/False