-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redesign base path file structure (#373)
- Loading branch information
1 parent
36973db
commit b9f3dea
Showing
17 changed files
with
275 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 44 additions & 44 deletions
88
tests/example_specs/evolution_examples/1/output_manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
{ | ||
"metadata": { | ||
"pipeline_name": "test_pipeline", | ||
"base_path": "gs://bucket", | ||
"run_id": "12345", | ||
"component_id": "example_component" | ||
}, | ||
"index": { | ||
"location": "/index/12345/example_component" | ||
}, | ||
"subsets": { | ||
"images": { | ||
"location": "/images/12345/example_component", | ||
"fields": { | ||
"width": { | ||
"type": "int32" | ||
}, | ||
"height": { | ||
"type": "int32" | ||
}, | ||
"data": { | ||
"type": "binary" | ||
} | ||
"metadata":{ | ||
"pipeline_name":"test_pipeline", | ||
"base_path":"gs://bucket", | ||
"run_id":"12345", | ||
"component_id":"example_component" | ||
}, | ||
"index":{ | ||
"location":"/test_pipeline/12345/example_component/index" | ||
}, | ||
"subsets":{ | ||
"images":{ | ||
"location":"/test_pipeline/12345/example_component/images", | ||
"fields":{ | ||
"width":{ | ||
"type":"int32" | ||
}, | ||
"height":{ | ||
"type":"int32" | ||
}, | ||
"data":{ | ||
"type":"binary" | ||
} | ||
} | ||
}, | ||
"captions":{ | ||
"location":"/test_pipeline/12345/example_component/captions", | ||
"fields":{ | ||
"data":{ | ||
"type":"binary" | ||
} | ||
} | ||
}, | ||
"embeddings":{ | ||
"location":"/test_pipeline/12345/example_component/embeddings", | ||
"fields":{ | ||
"data":{ | ||
"type":"array", | ||
"items":{ | ||
"type":"float32" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"captions": { | ||
"location": "/captions/12345/example_component", | ||
"fields": { | ||
"data": { | ||
"type": "binary" | ||
} | ||
} | ||
}, | ||
"embeddings": { | ||
"location": "/embeddings/12345/example_component", | ||
"fields": { | ||
"data": { | ||
"type": "array", | ||
"items": { | ||
"type": "float32" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
72 changes: 36 additions & 36 deletions
72
tests/example_specs/evolution_examples/2/output_manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"metadata": { | ||
"pipeline_name": "test_pipeline", | ||
"base_path": "gs://bucket", | ||
"run_id": "12345", | ||
"component_id": "example_component" | ||
}, | ||
"index": { | ||
"location": "/index/12345/example_component" | ||
}, | ||
"subsets": { | ||
"images": { | ||
"location": "/images/12345/example_component", | ||
"fields": { | ||
"width": { | ||
"type": "int32" | ||
}, | ||
"height": { | ||
"type": "int32" | ||
}, | ||
"data": { | ||
"type": "binary" | ||
} | ||
"metadata":{ | ||
"pipeline_name":"test_pipeline", | ||
"base_path":"gs://bucket", | ||
"run_id":"12345", | ||
"component_id":"example_component" | ||
}, | ||
"index":{ | ||
"location":"/test_pipeline/12345/example_component/index" | ||
}, | ||
"subsets":{ | ||
"images":{ | ||
"location":"/test_pipeline/12345/example_component/images", | ||
"fields":{ | ||
"width":{ | ||
"type":"int32" | ||
}, | ||
"height":{ | ||
"type":"int32" | ||
}, | ||
"data":{ | ||
"type":"binary" | ||
} | ||
} | ||
}, | ||
"embeddings":{ | ||
"location":"/test_pipeline/12345/example_component/embeddings", | ||
"fields":{ | ||
"data":{ | ||
"type":"array", | ||
"items":{ | ||
"type":"float32" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"embeddings": { | ||
"location": "/embeddings/12345/example_component", | ||
"fields": { | ||
"data": { | ||
"type": "array", | ||
"items": { | ||
"type": "float32" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
60 changes: 30 additions & 30 deletions
60
tests/example_specs/evolution_examples/3/output_manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"metadata": { | ||
"pipeline_name": "test_pipeline", | ||
"base_path": "gs://bucket", | ||
"run_id": "12345", | ||
"component_id": "example_component" | ||
}, | ||
"index": { | ||
"location": "/index/12345/example_component" | ||
}, | ||
"subsets": { | ||
"images": { | ||
"location": "/images/12345/example_component", | ||
"fields": { | ||
"data": { | ||
"type": "binary" | ||
} | ||
"metadata":{ | ||
"pipeline_name":"test_pipeline", | ||
"base_path":"gs://bucket", | ||
"run_id":"12345", | ||
"component_id":"example_component" | ||
}, | ||
"index":{ | ||
"location":"/test_pipeline/12345/example_component/index" | ||
}, | ||
"subsets":{ | ||
"images":{ | ||
"location":"/test_pipeline/12345/example_component/images", | ||
"fields":{ | ||
"data":{ | ||
"type":"binary" | ||
} | ||
} | ||
}, | ||
"embeddings":{ | ||
"location":"/test_pipeline/12345/example_component/embeddings", | ||
"fields":{ | ||
"data":{ | ||
"type":"array", | ||
"items":{ | ||
"type":"float32" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"embeddings": { | ||
"location": "/embeddings/12345/example_component", | ||
"fields": { | ||
"data": { | ||
"type": "array", | ||
"items": { | ||
"type": "float32" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.