public interface Asset
| Modifier and Type | Method and Description |
|---|---|
Optional<ExperimentContext> |
getExperimentContext()
Returns the optional
ExperimentContext associated with this asset. |
Optional<File> |
getFile()
Returns the optional asset's file.
|
Optional<byte[]> |
getFileLikeData()
Returns the optional asset's data array.
|
String |
getLogicalPath()
Returns the logical file path for this asset.
|
Map<String,Object> |
getMetadata()
Returns metadata associated with this asset or
Map if there is no metadata. |
String |
getType()
Returns the type of this asset.
|
String getLogicalPath()
String getType()
Map<String,Object> getMetadata()
Map if there is no metadata.Map if there is no metadata.Optional<File> getFile()
Optional<byte[]> getFileLikeData()
Optional<ExperimentContext> getExperimentContext()
ExperimentContext associated with this asset.ExperimentContext associated with this asset.Copyright © 2022. All rights reserved.