Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/06f5745c3249db0c734b9ef6d4eb1782 to your computer and use it in GitHub Desktop.
Save r-ryantm/06f5745c3249db0c734b9ef6d4eb1782 to your computer and use it in GitHub Desktop.
/nix/store/p9lix9rmxqhsrrpr4hyx6fc1dc17l33j-python3.7-google-cloud-automl-2.1.0
├── bin
│   ├── fixup_automl_v1beta1_keywords.py
│   └── fixup_automl_v1_keywords.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── automl
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── automl_v1
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── annotation_payload.proto
│   │   │   │   ├── annotation_spec.proto
│   │   │   │   ├── classification.proto
│   │   │   │   ├── data_items.proto
│   │   │   │   ├── dataset.proto
│   │   │   │   ├── detection.proto
│   │   │   │   ├── geometry.proto
│   │   │   │   ├── image.proto
│   │   │   │   ├── io.proto
│   │   │   │   ├── model_evaluation.proto
│   │   │   │   ├── model.proto
│   │   │   │   ├── operations.proto
│   │   │   │   ├── prediction_service.proto
│   │   │   │   ├── service.proto
│   │   │   │   ├── text_extraction.proto
│   │   │   │   ├── text.proto
│   │   │   │   ├── text_segment.proto
│   │   │   │   ├── text_sentiment.proto
│   │   │   │   └── translation.proto
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── services
│   │   │   │   ├── auto_ml
│   │   │   │   │   ├── async_client.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── pagers.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── pagers.cpython-37.pyc
│   │   │   │   │   └── transports
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── grpc_asyncio.py
│   │   │   │   │   ├── grpc.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── prediction_service
│   │   │   │   │   ├── async_client.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   └── transports
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── grpc_asyncio.py
│   │   │   │   │   ├── grpc.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── types
│   │   │   ├── annotation_payload.py
│   │   │   ├── annotation_spec.py
│   │   │   ├── classification.py
│   │   │   ├── data_items.py
│   │   │   ├── dataset.py
│   │   │   ├── detection.py
│   │   │   ├── geometry.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── io.py
│   │   │   ├── model_evaluation.py
│   │   │   ├── model.py
│   │   │   ├── operations.py
│   │   │   ├── prediction_service.py
│   │   │   ├── __pycache__
│   │   │   │   ├── annotation_payload.cpython-37.pyc
│   │   │   │   ├── annotation_spec.cpython-37.pyc
│   │   │   │   ├── classification.cpython-37.pyc
│   │   │   │   ├── data_items.cpython-37.pyc
│   │   │   │   ├── dataset.cpython-37.pyc
│   │   │   │   ├── detection.cpython-37.pyc
│   │   │   │   ├── geometry.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── io.cpython-37.pyc
│   │   │   │   ├── model.cpython-37.pyc
│   │   │   │   ├── model_evaluation.cpython-37.pyc
│   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   ├── prediction_service.cpython-37.pyc
│   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   ├── text_extraction.cpython-37.pyc
│   │   │   │   ├── text_segment.cpython-37.pyc
│   │   │   │   ├── text_sentiment.cpython-37.pyc
│   │   │   │   └── translation.cpython-37.pyc
│   │   │   ├── service.py
│   │   │   ├── text_extraction.py
│   │   │   ├── text.py
│   │   │   ├── text_segment.py
│   │   │   ├── text_sentiment.py
│   │   │   └── translation.py
│   │   └── automl_v1beta1
│   │   ├── __init__.py
│   │   ├── proto
│   │   │   ├── annotation_payload.proto
│   │   │   ├── annotation_spec.proto
│   │   │   ├── classification.proto
│   │   │   ├── column_spec.proto
│   │   │   ├── data_items.proto
│   │   │   ├── dataset.proto
│   │   │   ├── data_stats.proto
│   │   │   ├── data_types.proto
│   │   │   ├── detection.proto
│   │   │   ├── geometry.proto
│   │   │   ├── image.proto
│   │   │   ├── io.proto
│   │   │   ├── model_evaluation.proto
│   │   │   ├── model.proto
│   │   │   ├── operations.proto
│   │   │   ├── prediction_service.proto
│   │   │   ├── ranges.proto
│   │   │   ├── regression.proto
│   │   │   ├── service.proto
│   │   │   ├── table_spec.proto
│   │   │   ├── tables.proto
│   │   │   ├── temporal.proto
│   │   │   ├── text_extraction.proto
│   │   │   ├── text.proto
│   │   │   ├── text_segment.proto
│   │   │   ├── text_sentiment.proto
│   │   │   ├── translation.proto
│   │   │   └── video.proto
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── services
│   │   │   ├── auto_ml
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pagers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── pagers.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── prediction_service
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tables
│   │   │   ├── gcs_client.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── gcs_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── tables_client.cpython-37.pyc
│   │   │   └── tables_client.py
│   │   └── types
│   │   ├── annotation_payload.py
│   │   ├── annotation_spec.py
│   │   ├── classification.py
│   │   ├── column_spec.py
│   │   ├── data_items.py
│   │   ├── dataset.py
│   │   ├── data_stats.py
│   │   ├── data_types.py
│   │   ├── detection.py
│   │   ├── geometry.py
│   │   ├── image.py
│   │   ├── __init__.py
│   │   ├── io.py
│   │   ├── model_evaluation.py
│   │   ├── model.py
│   │   ├── operations.py
│   │   ├── prediction_service.py
│   │   ├── __pycache__
│   │   │   ├── annotation_payload.cpython-37.pyc
│   │   │   ├── annotation_spec.cpython-37.pyc
│   │   │   ├── classification.cpython-37.pyc
│   │   │   ├── column_spec.cpython-37.pyc
│   │   │   ├── data_items.cpython-37.pyc
│   │   │   ├── dataset.cpython-37.pyc
│   │   │   ├── data_stats.cpython-37.pyc
│   │   │   ├── data_types.cpython-37.pyc
│   │   │   ├── detection.cpython-37.pyc
│   │   │   ├── geometry.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── io.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── model_evaluation.cpython-37.pyc
│   │   │   ├── operations.cpython-37.pyc
│   │   │   ├── prediction_service.cpython-37.pyc
│   │   │   ├── ranges.cpython-37.pyc
│   │   │   ├── regression.cpython-37.pyc
│   │   │   ├── service.cpython-37.pyc
│   │   │   ├── tables.cpython-37.pyc
│   │   │   ├── table_spec.cpython-37.pyc
│   │   │   ├── temporal.cpython-37.pyc
│   │   │   ├── text.cpython-37.pyc
│   │   │   ├── text_extraction.cpython-37.pyc
│   │   │   ├── text_segment.cpython-37.pyc
│   │   │   ├── text_sentiment.cpython-37.pyc
│   │   │   ├── translation.cpython-37.pyc
│   │   │   └── video.cpython-37.pyc
│   │   ├── ranges.py
│   │   ├── regression.py
│   │   ├── service.py
│   │   ├── table_spec.py
│   │   ├── tables.py
│   │   ├── temporal.py
│   │   ├── text_extraction.py
│   │   ├── text.py
│   │   ├── text_segment.py
│   │   ├── text_sentiment.py
│   │   ├── translation.py
│   │   └── video.py
│   ├── google_cloud_automl-2.1.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_automl-2.1.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
42 directories, 234 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment