◆ 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
\r\n
Default implementation of TypedKey.
TypedKeyDefault (String name) | |
TypedKeyDefault (String name, Class type)
Construct a new instance with the name and type provided. More...
| |
String | getName ()
Get the name. More...
|
Class< T > | getType ()
Get the type. More...
|
fiftyone.pipeline.core.typed.TypedKeyDefault< T >.TypedKeyDefault | ( | String | name | ) |
Construct a new instance with the name provided, and Object as the type.
fiftyone.pipeline.core.typed.TypedKeyDefault< T >.TypedKeyDefault | ( | String | name, |
Class | type | ||
) |
Construct a new instance with the name and type provided.
String fiftyone.pipeline.core.typed.TypedKeyDefault< T >.getName | ( | ) |
Class<T> fiftyone.pipeline.core.typed.TypedKeyDefault< T >.getType | ( | ) |