233a089604121931a7f9e8b3861ca4b691cc555d,descarteslabs/catalog/image_upload.py,ImageUpload,ImageUpload_1,#,157

Before Change


    start_datetime = Timestamp(
        readonly=True, doc="str or datetime: Starting time for upload process."
    )
    end_datetime = Timestamp(
        readonly=True, doc="str or datetime: Ending time for upload process."
    )
    job_id = Attribute(
        readonly=True,
        doc="str: Unique identifier for the internal asynchronous upload process.",
    )

After Change


    _doc_type = "image_upload"
    _url = "/uploads_v2"
    INCLUDE_EVENTS = "events"
    _default_includes = [INCLUDE_EVENTS]
    _no_inherit = True

    id = Attribute(
        mutable=False,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: descarteslabs/descarteslabs-python
Commit Name: 233a089604121931a7f9e8b3861ca4b691cc555d
Time: 2020-01-17
Author: stephen@descarteslabs.com
File Name: descarteslabs/catalog/image_upload.py
Class Name: ImageUpload
Method Name: ImageUpload_1


Project Name: pandas-dev/pandas
Commit Name: 86ad5c33872131d4ace9365d9cad2b00481f0365
Time: 2021-02-15
Author: jbrockmendel@gmail.com
File Name: pandas/tests/indexing/test_datetime.py
Class Name: TestDatetimeIndex
Method Name: test_getitem_millisecond_resolution


Project Name: HDI-Project/MLBlocks
Commit Name: 6a8929b5ccce8004f4babc3102390b3461911304
Time: 2018-05-26
Author: williamxue@Williams-MacBook-Pro.local
File Name: examples/pipelines/multitable/multitable.py
Class Name:
Method Name: