module documentation

Dataset samples.

Copyright 2017-2025, Voxel51, Inc.

Class Sample A sample in a fiftyone.core.dataset.Dataset.
Class SampleView A view into a Sample in a dataset.
Function get_default_sample_fields Returns the default fields present on all samples.
Class _SampleMixin No class docstring; 2/4 properties, 5/15 methods documented
Function _apply_confidence_thresh Undocumented
Function _is_frames_dict Undocumented
def get_default_sample_fields(include_private=False, use_db_fields=False): (source)

Returns the default fields present on all samples.

Parameters
include_private:Falsewhether to include fields starting with _
use_db_fields:Falsewhether to return database fields rather than user-facing fields, when applicable
Returns
a tuple of field names
def _apply_confidence_thresh(label, confidence_thresh): (source)

Undocumented

def _is_frames_dict(label): (source)

Undocumented