786f12edfd3ba9850548d7752971cbe503bb64eb,python/ray/serve/examples/doc/snippet_model_composition.py,,,#,6

Before Change


from ray import serve

ray.init(num_cpus=10)
serve.init()

// Our pipeline will be structured as follows:
// - Input comes in, the composed model sends it to model_one
// - model_one outputs a random number between 0 and 1, if the value is

After Change


from ray import serve

ray.init(num_cpus=10)
client = serve.start()

// Our pipeline will be structured as follows:
// - Input comes in, the composed model sends it to model_one
// - model_one outputs a random number between 0 and 1, if the value is
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 14

Non-data size: 4

Instances


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/snippet_model_composition.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo_split.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/quickstart_function.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/quickstart_class.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo_actor_batch.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/tutorial_tensorflow.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo_batching.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo_error.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/tutorial_pytorch.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/echo_actor.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: ci/long_running_tests/workloads/serve_failure.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/examples/doc/tutorial_batch.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: 786f12edfd3ba9850548d7752971cbe503bb64eb
Time: 2020-09-04
Author: ed.nmi.oakes@gmail.com
File Name: ci/long_running_tests/workloads/serve.py
Class Name:
Method Name: