◆ TypedKeyDefault() [1/2]
fiftyone.pipeline.core.typed.TypedKeyDefault< T >.TypedKeyDefault | ( | String | name | ) |
Construct a new instance with the name provided, and Object as the type.
- Parameters
-
- name - the name of the key
◆ TypedKeyDefault() [2/2]
fiftyone.pipeline.core.typed.TypedKeyDefault< T >.TypedKeyDefault ( String name, Class type ) Construct a new instance with the name and type provided.
- Parameters
-
- name - the name of the key
- type - the type of the key
Member Function Documentation
◆ getName()
String fiftyone.pipeline.core.typed.TypedKeyDefault< T >.getName ( ) ◆ getType()
Class<T> fiftyone.pipeline.core.typed.TypedKeyDefault< T >.getType ( )