Interface IFileSystemEndpoint
An interface defined for endpoints that serialize to the file system.
Namespace: UnityEngine.Perception.GroundTruth.Consumers
Assembly: Unity.Perception.Runtime.dll
Syntax
public interface IFileSystemEndpoint
Properties
basePath
The base path the endpoint will write to
Declaration
string basePath { get; set; }
Property Value
Type | Description |
---|---|
string |
currentPath
The runtime directory that the dataset will be written to. This directory may be different from the basePath in cases where the basePath has already been taken before the endpoint has been initialized.
Declaration
string currentPath { get; }
Property Value
Type | Description |
---|---|
string |
defaultPath
The default path the endpoint will write to
Declaration
string defaultPath { get; }
Property Value
Type | Description |
---|---|
string |