DatasetMetadata is a JSON Structure definition published by Amazon Lookout for Vision, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-dataset-metadata-structure.json",
"name": "DatasetMetadata",
"description": "Summary information for an Amazon Lookout for Vision dataset. For more information, see <a>DescribeDataset</a> and <a>ProjectDescription</a>.",
"type": "object",
"properties": {
"DatasetType": {
"allOf": [
{
"$ref": "#/components/schemas/DatasetType"
},
{
"description": "The type of the dataset."
}
]
},
"CreationTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/DateTime"
},
{
"description": "The Unix timestamp for the date and time that the dataset was created. "
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/DatasetStatus"
},
{
"description": "The status for the dataset."
}
]
},
"StatusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/DatasetStatusMessage"
},
{
"description": "The status message for the dataset."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.