Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Apr 5, 2024
1 parent 8c0692e commit 287bf04
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/core/examples/evolution_examples/7/component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Example component 1
description: This is an example component
image: example_component_1:latest

consumes:
images_data:
type: binary

produces:
additionalProperties: true

args:
storage_args:
description: Storage arguments
type: str
33 changes: 33 additions & 0 deletions tests/core/examples/evolution_examples/7/output_manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"metadata": {
"dataset_name": "test_dataset",
"manifest_location": "gs://bucket/dataset",
"run_id": "custom_run_id",
"component_id": "example_component_1"
},
"index": {
"location": "gs://bucket/dataset/test_dataset/custom_run_id/example_component_1"
},
"fields": {
"images_width": {
"type": "int32",
"location": "gs://bucket/dataset/custom_run_id/example_component"
},
"images_height": {
"type": "int32",
"location": "gs://bucket/dataset/custom_run_id/example_component"
},
"images_data": {
"location": "gs://bucket/dataset/custom_run_id/example_component",
"type": "binary"
},
"text_string": {
"type": "string",
"location": "gs://bucket/dataset/test_dataset/custom_run_id/example_component_1"
},
"captions_data": {
"type": "binary",
"location": "gs://bucket/dataset/custom_run_id/example_component"
}
}
}

0 comments on commit 287bf04

Please sign in to comment.