DatasetVersionProcessingInfo contains information about processing applied to a dataset version.
metrics
object
Dataset version metrics
可选
exportInfo
object(apiDatasetVersionExportInfo)
可选
DatasetVersionExportInfo contains information about all exports of a dataset version.If the dataset version has not been exported in a format, then the DatasetVersionExport field for that format is empty instead of having a "not exported" status.
metadata
object
To handle arbitrary json metadata you can use a struct field:
https://github.com/google/protobuf/blob/master/src/google/protobuf/struct.proto
可选
visibility
object(clarifaiapiVisibility)
可选
Visibility represents how visible the given resource is to other users. When authenticating a request we can tell if a user is a collaborator or a teammate for the the app that contains the resource and set their allowed visibility. We use that to restrict what they are allowed to see: If AllowedVisibility is PRIVATE then we allow PRIVATE (10), ORG (30), PUBLIC (50) If AllowedVisibility is ORG then we allow ORG (30), PUBLIC (50) If AllowedVisibility is PUBLIC then we allow PUBLIC (50) only.
embedModelVersionIds
array[string]
可选
The embedding models to return embeddings for. If empty, no embeddings are returned.