@fiftyone/utilities#
Hooks#
useExternalLink#
- @fiftyone/utilities.useExternalLink(href)#
- Arguments:
href ()
useItemsWithOrderPersistence#
- @fiftyone/utilities.useItemsWithOrderPersistence(items, key)#
- Arguments:
items (
Array)key (
string())
- Return type:
Object
Functions#
applyAlpha#
- @fiftyone/utilities.applyAlpha(color, alpha)#
- Arguments:
color (
string())alpha (
number())
- Return type:
string
canPerformAction#
- @fiftyone/utilities.canPerformAction(allowed, readOnly, action)#
- Arguments:
allowed (
boolean())readOnly (
boolean())action (
string())
- Return type:
plugins.fiftyone.utilities.CanPerformActionReturnType()
clone#
- @fiftyone/utilities.clone(data)#
- Arguments:
data (
T())
- Return type:
plugins.fiftyone.utilities.Mutable()<plugins.fiftyone.utilities.T()>
createColorGenerator#
- @fiftyone/utilities.createColorGenerator(colorPool, seed)#
- Arguments:
colorPool (
readonly())seed ()
createResourceGroup#
determinePathType#
- @fiftyone/utilities.determinePathType(path)#
- Arguments:
path (
string())
- Return type:
plugins.fiftyone.utilities.PathType()
doesSchemaContainEmbeddedDocType#
env#
- @fiftyone/utilities.env()#
- Return type:
ImportMetaEnv
formatDate#
- @fiftyone/utilities.formatDate(timeStamp)#
- Arguments:
timeStamp (
number())
- Return type:
string
formatDateTime#
- @fiftyone/utilities.formatDateTime(timeStamp, timeZone)#
- Arguments:
timeStamp (
number())timeZone (
string())
- Return type:
string
formatLongDateTime#
- @fiftyone/utilities.formatLongDateTime(timeStamp, timeZone)#
- Arguments:
timeStamp (
number())timeZone (
string())
- Return type:
string
formatPrimitive#
- @fiftyone/utilities.formatPrimitive(__namedParameters)#
- Arguments:
__namedParameters (
Object())__namedParameters.ftype (
string())__namedParameters.timeZone (
string())__namedParameters.value (
Primitive())
- Return type:
Union<string,URL>
formatValueAsNumber#
- @fiftyone/utilities.formatValueAsNumber(value, fractionDigits)#
- Arguments:
value (
Union)fractionDigits (
number())
- Return type:
Union<string,number>
get32BitColor#
- @fiftyone/utilities.get32BitColor(color, alpha)#
- Arguments:
color (
Union)alpha (
number())
- Return type:
number
getAPI#
- @fiftyone/utilities.getAPI()#
- Return type:
any
getBasename#
- @fiftyone/utilities.getBasename(path)#
- Arguments:
path (
string())
- Return type:
any
getCls#
getColor#
- @fiftyone/utilities.getColor(pool, seed, fieldOrValue)#
- Arguments:
pool (
readonly())seed (
number())fieldOrValue (
Union)
- Return type:
string
getColorscaleArray#
- @fiftyone/utilities.getColorscaleArray(colorscale, alpha)#
- Arguments:
colorscale (
Array)alpha (
number())
- Return type:
Readonly < Uint32Array ><Uint32Array>
getDenseLabelNames#
getEventSource#
- @fiftyone/utilities.getEventSource(path, events, signal, body)#
- Arguments:
path (
string())events (
Object())events.onclose (
( )())events.onerror (
( error : Error )())events.onmessage (
( event : EventSourceMessage )())events.onopen (
( )())signal (
AbortSignal())body (
Any())
- Return type:
void
getFetchFunction#
- @fiftyone/utilities.getFetchFunction()#
- Return type:
plugins.fiftyone.utilities.FetchFunction()
getFetchFunctionExtended#
- @fiftyone/utilities.getFetchFunctionExtended()#
Wrapper for getFetchFunction which provides response headers and
configuration via FetchFunctionConfig.
- @fiftyone/utilities.getFetchFunctionExtended()#
- Arguments:
config (
FetchFunctionConfig)- Return type:
Promise < FetchFunctionResult ><plugins.fiftyone.utilities.FetchFunctionResult()>
getFetchHeaders#
- @fiftyone/utilities.getFetchHeaders()#
- Return type:
HeadersInit
getFetchOrigin#
- @fiftyone/utilities.getFetchOrigin()#
- Return type:
any
getFetchParameters#
- @fiftyone/utilities.getFetchParameters()#
- Return type:
Object
getFetchPathPrefix#
- @fiftyone/utilities.getFetchPathPrefix()#
- Return type:
string
getFieldInfo#
getFieldsWithEmbeddedDocType#
getMimeType#
- @fiftyone/utilities.getMimeType(sample)#
- Arguments:
sample (
Sample())
- Return type:
string
getProtocol#
- @fiftyone/utilities.getProtocol(path)#
- Arguments:
path (
string())
- Return type:
string
getRGB#
- @fiftyone/utilities.getRGB(color)#
- Arguments:
color (
string())
- Return type:
plugins.fiftyone.utilities.RGB()
getRGBA#
- @fiftyone/utilities.getRGBA(value)#
- Arguments:
value (
number())
- Return type:
plugins.fiftyone.utilities.RGBA()
getRGBAColor#
getRootOrProtocol#
- @fiftyone/utilities.getRootOrProtocol(path)#
- Arguments:
path (
string())
- Return type:
string
getSeparator#
- @fiftyone/utilities.getSeparator(pathType)#
- Arguments:
pathType (
PathType())
- Return type:
string
hexToRgb#
- @fiftyone/utilities.hexToRgb(hex)#
- Arguments:
hex (
string())
- Return type:
plugins.fiftyone.utilities.RGB()
humanReadableBytes#
- @fiftyone/utilities.humanReadableBytes(bytes)#
- Arguments:
bytes (
number())
- Return type:
string
interpolateColorsHex#
- @fiftyone/utilities.interpolateColorsHex(color1, color2, factor)#
- Arguments:
color1 (
string())color2 (
string())factor (
number())
- Return type:
string
interpolateColorsRgb#
is3d#
- @fiftyone/utilities.is3d(mediaType)#
- Arguments:
mediaType (
string())
- Return type:
boolean
Returns true if the provided media type is FO3D or point cloud.
isAnnotationSupported#
- @fiftyone/utilities.isAnnotationSupported(mediaType)#
- Arguments:
mediaType (
string())
- Return type:
boolean
Returns true if annotation is supported for the provided media type.
isFo3d#
- @fiftyone/utilities.isFo3d(mediaType)#
- Arguments:
mediaType (
string())
- Return type:
boolean
Returns true if the provided media type is associated with FO3D.
isFunctionalComponent#
- @fiftyone/utilities.isFunctionalComponent(value)#
- Arguments:
value (
unknown())
- Return type:
isHex#
- @fiftyone/utilities.isHex(value)#
- Arguments:
value (
string())
- Return type:
boolean
isNotebook#
- @fiftyone/utilities.isNotebook()#
- Return type:
boolean
isNullish#
- @fiftyone/utilities.isNullish(value)#
- Arguments:
value (
any())
- Return type:
boolean
isObjectIdString#
- @fiftyone/utilities.isObjectIdString(value, strict)#
- Arguments:
value (
string())strict (
boolean())
- Return type:
boolean
isPointCloud#
- @fiftyone/utilities.isPointCloud(mediaType)#
- Arguments:
mediaType (
string())
- Return type:
boolean
Returns true if the provided media type is associated with point clouds.
isPrimitiveString#
- @fiftyone/utilities.isPrimitiveString(value)#
- Arguments:
value (
unknown())
- Return type:
boolean
isPrimitiveType#
- @fiftyone/utilities.isPrimitiveType(type)#
- Arguments:
type (
string())
- Return type:
boolean
joinPaths#
- @fiftyone/utilities.joinPaths(paths)#
- Arguments:
paths (
Array)
- Return type:
string
makePseudoField#
- @fiftyone/utilities.makePseudoField(path)#
- Arguments:
path (
string())
- Return type:
plugins.fiftyone.utilities.Field()
meetsFieldType#
mergeHeaders#
- @fiftyone/utilities.mergeHeaders(headers)#
- Arguments:
headers (
Array)
- Return type:
Record < string , string ><string,string>
move#
- @fiftyone/utilities.move(array, moveIndex, toIndex)#
- Arguments:
array (
Array)moveIndex (
number())toIndex (
number())
- Return type:
Array<plugins.fiftyone.utilities.T()>
objectId#
- @fiftyone/utilities.objectId()#
- Return type:
string
Utility to generate mongo-like ObjectId
pluralize#
- @fiftyone/utilities.pluralize(number, singular, plural)#
- Arguments:
number (
number())singular (
Union)plural (
Union)
- Return type:
Union<string,Element>
prettify#
- @fiftyone/utilities.prettify(v)#
- Arguments:
v (
Union)
- Return type:
Union<string,URL>
removeKeys#
- @fiftyone/utilities.removeKeys(obj, keys, startsWith)#
- Arguments:
obj (
KeyValue)keys (
Iterable)startsWith (
boolean())
- Return type:
plugins.fiftyone.utilities.KeyValue()<plugins.fiftyone.utilities.T()>
resolveAncestors#
- @fiftyone/utilities.resolveAncestors(path)#
- Arguments:
path (
string())
- Return type:
Array<string>
resolveParent#
- @fiftyone/utilities.resolveParent(path)#
- Arguments:
path (
string())
- Return type:
string
rgbStringToHex#
- @fiftyone/utilities.rgbStringToHex(rgb)#
- Arguments:
rgb (
string())
- Return type:
string
Convert RGB string to hex
Returns
hex string (e.g. “#ffffff”)
Throws
if the RGB string is invalid
rgbToHexCached#
sendEvent#
- @fiftyone/utilities.sendEvent(data)#
- Arguments:
data (
Any())
- Return type:
Promise < unknown ><unknown>
setContains3d#
- @fiftyone/utilities.setContains3d(mediaTypes)#
- Arguments:
mediaTypes (
Set)
- Return type:
boolean
Returns true if the provided set contains any media types which are associated with FO3D or point clouds.
setContainsFo3d#
- @fiftyone/utilities.setContainsFo3d(mediaTypes)#
- Arguments:
mediaTypes (
Set)
- Return type:
boolean
Returns true if the provided set contains any media types which are associated with FO3D.
setContainsPointCloud#
- @fiftyone/utilities.setContainsPointCloud(mediaTypes)#
- Arguments:
mediaTypes (
Set)
- Return type:
boolean
Returns true if the provided set contains any media types which are associated with point clouds.
setFetchFunction#
- @fiftyone/utilities.setFetchFunction(origin, defaultHeaders, pathPrefix)#
- Arguments:
origin (
string())defaultHeaders (
HeadersInit())pathPrefix (
string())
- Return type:
void
setFetchParameters#
- @fiftyone/utilities.setFetchParameters(origin, headers, pathPrefix)#
- Arguments:
origin (
string())headers (
HeadersInit())pathPrefix (
string())
- Return type:
void
sizeBytesEstimate#
- @fiftyone/utilities.sizeBytesEstimate(object)#
- Arguments:
object (
SizeTypes())
- Return type:
number
toCamelCase#
- @fiftyone/utilities.toCamelCase(obj)#
- Arguments:
obj (
O())
- Return type:
plugins.fiftyone.utilities.O()
toSlug#
- @fiftyone/utilities.toSlug(name)#
- Arguments:
name (
string())
- Return type:
string
toSnakeCase#
- @fiftyone/utilities.toSnakeCase(obj)#
- Arguments:
obj (
O())
- Return type:
plugins.fiftyone.utilities.O()
withPath#
- @fiftyone/utilities.withPath(path, types)#
- Arguments:
path (
string())types (
string())
- Return type:
string
- @fiftyone/utilities.withPath(path, types)#
- Arguments:
path (
string())types (
Array)
- Return type:
Array<string>
Types#
APP_MODE#
Name |
Type |
Description |
|---|---|---|
|
ARRAY_FIELD#
Name |
Type |
Description |
|---|---|---|
|
BOOK_A_DEMO_LINK#
Name |
Type |
Description |
|---|---|---|
|
BOOLEAN_FIELD#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DATE_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DATE_TIME_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DETECTIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DETECTION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DETECTION_FILED#
Name |
Type |
Description |
|---|---|---|
|
DICT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DYNAMIC_EMBEDDED_DOCUMENT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DYNAMIC_EMBEDDED_DOCUMENT_PATH#
Name |
Type |
Description |
|---|---|---|
|
EMBEDDED_DOCUMENT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FLOAT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FRAME_NUMBER_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FRAME_SUPPORT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GEO_LOCATIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GEO_LOCATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GROUP#
Name |
Type |
Description |
|---|---|---|
|
HEATMAP_FIELD#
Name |
Type |
Description |
|---|---|---|
|
INT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
IS_APP_MODE_FIFTYONE#
Name |
Type |
Description |
|---|---|---|
|
JUST_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINTS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINTS_POINTS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
LIST_FIELD#
Name |
Type |
Description |
|---|---|---|
|
OBJECT_ID_FIELD#
Name |
Type |
Description |
|---|---|---|
|
POLYLINES_FIELD#
Name |
Type |
Description |
|---|---|---|
|
POLYLINE_FIELD#
Name |
Type |
Description |
|---|---|---|
|
REGRESSION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
SEGMENTATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
STRING_FIELD#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
TRY_IN_BROWSER_LINK#
Name |
Type |
Description |
|---|---|---|
|
VECTOR_FIELD#
Name |
Type |
Description |
|---|---|---|
|
scrollbarStyles#
Name |
Type |
Description |
|---|---|---|
|
FetchFunction#
- class @fiftyone/utilities.FetchFunction()#
FetchFunctionExtended#
- class @fiftyone/utilities.FetchFunctionExtended()#
Field#
- class @fiftyone/utilities.Field()#
Properties#
Name |
Type |
Description |
|---|---|---|
dbField |
|
|
description |
|
|
embeddedDocType |
|
|
fields |
|
|
ftype |
|
|
info |
|
|
name |
|
|
path |
|
|
pathWithDbField |
|
|
subfield |
|
GQLError#
- class @fiftyone/utilities.GQLError()#
Properties#
Name |
Type |
Description |
|---|---|---|
extensions |
|
|
message |
|
|
paths |
|
Schema#
- class @fiftyone/utilities.Schema()#
Name |
Type |
Description |
|---|---|---|
[key] |
|
Stage#
- class @fiftyone/utilities.Stage()#
Properties#
Name |
Type |
Description |
|---|---|---|
kwargs |
|
StrictField#
- class @fiftyone/utilities.StrictField()#
Properties#
Name |
Type |
Description |
|---|---|---|
dbField |
|
|
description |
|
|
embeddedDocType |
|
|
fields |
|
|
ftype |
|
|
info |
|
|
name |
|
|
path |
|
|
pathWithDbField |
|
|
subfield |
|
- class @fiftyone/utilities.BufferRange()#
BufferRange#
Name |
Type |
Description |
|---|---|---|
BufferRange |
|
- class @fiftyone/utilities.Buffers()#
Buffers#
- class @fiftyone/utilities.FetchFunctionConfig()#
FetchFunctionConfig#
Configuration for a fetch call.
Name |
Type |
Description |
|---|---|---|
FetchFunctionConfig.body |
|
|
FetchFunctionConfig.errorHandler |
|
|
FetchFunctionConfig.headers |
|
|
FetchFunctionConfig.method |
|
|
FetchFunctionConfig.path |
|
|
FetchFunctionConfig.result |
|
|
FetchFunctionConfig.retries |
|
|
FetchFunctionConfig.retryCodes |
|
- class @fiftyone/utilities.FetchFunctionResult()#
FetchFunctionResult#
Parsed fetch response with response headers.
Name |
Type |
Description |
|---|---|---|
FetchFunctionResult.headers |
|
|
FetchFunctionResult.response |
|
- class @fiftyone/utilities.FetchResultType()#
FetchResultType#
Supported methods for accessing response data.
Union of 'json'(), 'blob'(), 'text'(), 'arrayBuffer'(), 'json-stream'()
- class @fiftyone/utilities.NumberKeyObjectType()#
NumberKeyObjectType#
- class @fiftyone/utilities.Primitive()#
Primitive#
Union of number(), null(), string(), undefined(), Object()
- class @fiftyone/utilities.RGB()#
RGB#
Copyright 2017-2025, Voxel51, Inc.
Name |
Type |
Description |
|---|---|---|
RGB |
|
- class @fiftyone/utilities.RGBA()#
RGBA#
Name |
Type |
Description |
|---|---|---|
RGBA |
|
Enums#
COLOR_BY#
Name |
Value |
|---|---|
FIELD |
|
INSTANCE |
|
VALUE |
PathType#
Name |
Value |
|---|---|
LINUX |
|
URL |
|
WINDOWS |
Variables#
AGGS#
Name |
Type |
Description |
|---|---|---|
BOUNDS |
|
|
COUNT |
|
|
COUNT_VALUES |
|
|
DISTINCT |
|
ARRAY_FIELD#
Name |
Type |
Description |
|---|---|---|
|
BIG_ENDIAN#
Name |
Type |
Description |
|---|---|---|
|
BOOLEAN_FIELD#
Name |
Type |
Description |
|---|---|---|
|
BUILT_IN_PANEL_PRIORITY_CONST#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATION#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATIONS#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
CLASSIFICATION_DISABLED_SUB_PATHS#
CLASSIFICATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
CLIPS_FRAME_FIELDS#
CLIPS_SAMPLE_FIELDS#
DATE_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DATE_TIME_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DENSE_LABELS#
Name |
Type |
Description |
|---|---|---|
Set < string > |
|
DENSE_LABEL_EMBEDDED_DOC_TYPES#
DETECTION#
Name |
Type |
Description |
|---|---|---|
|
DETECTIONS#
Name |
Type |
Description |
|---|---|---|
|
DETECTIONS_EMBEDDED_DOC_TYPE#
Name |
Type |
Description |
|---|---|---|
|
DETECTIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DETECTION_DISABLED_SUB_PATHS#
DETECTION_EMBEDDED_DOC_TYPE#
Name |
Type |
Description |
|---|---|---|
|
DETECTION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DETECTION_FILED#
Name |
Type |
Description |
|---|---|---|
|
DICT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DISABLED_LABEL_FIELDS_VISIBILITY#
DISABLED_PATHS#
DYNAMIC_EMBEDDED_DOCUMENT#
Name |
Type |
Description |
|---|---|---|
|
DYNAMIC_EMBEDDED_DOCUMENT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
DYNAMIC_EMBEDDED_DOCUMENT_PATH#
Name |
Type |
Description |
|---|---|---|
|
DYNAMIC_GROUP_FIELDS#
EMBEDDED_DOCUMENT#
Name |
Type |
Description |
|---|---|---|
|
EMBEDDED_DOCUMENT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FLOAT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FRAME_NUMBER_FIELD#
Name |
Type |
Description |
|---|---|---|
|
FRAME_SUPPORT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GEOLOCATION#
Name |
Type |
Description |
|---|---|---|
|
GEOLOCATIONS#
Name |
Type |
Description |
|---|---|---|
|
GEOLOCATIONS_DISABLED_SUB_PATHS#
GEOLOCATION_DISABLED_SUB_PATHS#
GEO_LOCATIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GEO_LOCATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
GROUP#
Name |
Type |
Description |
|---|---|---|
|
HEATMAP#
Name |
Type |
Description |
|---|---|---|
|
HEATMAP_DISABLED_SUB_PATHS#
HEATMAP_EMBEDDED_DOC_TYPE#
Name |
Type |
Description |
|---|---|---|
|
HEATMAP_FIELD#
Name |
Type |
Description |
|---|---|---|
|
INT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
JUST_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINT#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINTS#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINTS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINTS_POINTS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
KEYPOINT_DISABLED_SUB_PATHS#
KEYPOINT_FIELD#
Name |
Type |
Description |
|---|---|---|
|
LABELS#
LABELS_MAP#
Name |
Type |
Description |
|---|---|---|
Classification |
|
|
Classifications |
|
|
Detection |
|
|
Detections |
|
|
GeoLocation |
|
|
GeoLocations |
|
|
Heatmap |
|
|
Keypoint |
|
|
Keypoints |
|
|
Polyline |
|
|
Polylines |
|
|
Regression |
|
|
Segmentation |
|
|
TemporalDetection |
|
|
TemporalDetections |
|
LABELS_PATH#
Name |
Type |
Description |
|---|---|---|
|
LABEL_DOC_TYPES#
LABEL_LIST#
Name |
Type |
Description |
|---|---|---|
Classifications |
|
|
Detections |
|
|
Keypoints |
|
|
Polylines |
|
|
TemporalDetections |
|
LABEL_LISTS#
LABEL_LISTS_MAP#
Name |
Type |
Description |
|---|---|---|
Classifications |
|
|
Detections |
|
|
Keypoints |
|
|
Polylines |
|
|
TemporalDetections |
|
LABEL_LIST_PATH#
LIST_FIELD#
Name |
Type |
Description |
|---|---|---|
|
MASK_LABELS#
Name |
Type |
Description |
|---|---|---|
Set < string > |
|
NONFINITES#
Name |
Type |
Description |
|---|---|---|
Set < string > |
|
NOT_VISIBLE_LIST#
OBJECT_ID_FIELD#
Name |
Type |
Description |
|---|---|---|
|
PATCHES_FIELDS#
POLYLINE#
Name |
Type |
Description |
|---|---|---|
|
POLYLINES#
Name |
Type |
Description |
|---|---|---|
|
POLYLINES_FIELD#
Name |
Type |
Description |
|---|---|---|
|
POLYLINE_DISABLED_SUB_PATHS#
POLYLINE_FIELD#
Name |
Type |
Description |
|---|---|---|
|
REGRESSION#
Name |
Type |
Description |
|---|---|---|
|
REGRESSION_DISABLED_SUB_PATHS#
REGRESSION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
RESERVED_FIELD_KEYS#
SEGMENTATION#
Name |
Type |
Description |
|---|---|---|
|
SEGMENTATION_DISABLED_SUB_PATHS#
SEGMENTATION_EMBEDDED_DOC_TYPE#
Name |
Type |
Description |
|---|---|---|
|
SEGMENTATION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
SKIP_FIELD_TYPES#
STRING_FIELD#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTION#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTIONS#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTIONS_FIELD#
Name |
Type |
Description |
|---|---|---|
|
TEMPORAL_DETECTION_DISABLED_SUB_PATHS#
TEMPORAL_DETECTION_FIELD#
Name |
Type |
Description |
|---|---|---|
|
UNSUPPORTED_FILTER_TYPES#
VALID_CLASS_TYPES#
VALID_DISTRIBUTION_TYPES#
VALID_KEYPOINTS#
VALID_LABEL_TYPES#
VALID_LIST_FIELDS#
VALID_LIST_LABEL_FIELDS#
VALID_LIST_TYPES#
VALID_MASK_TYPES#
VALID_NON_LIST_LABEL_TYPES#
VALID_NUMERIC_TYPES#
VALID_OBJECT_TYPES#
VALID_PRIMITIVE_TYPES#
VECTOR_FIELD#
Name |
Type |
Description |
|---|---|---|
|