MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleCloud / __init__

Method __init__

pipeline/src/dataset.py:11–12  ·  view source on GitHub ↗
(self, client=None)

Source from the content-addressed store, hash-verified

9class SampleSet(launch_crd.K8sCR):
10
11 def __init__(self, client=None):
12 super(SampleSet, self).__init__("batch.paddlepaddle.org", "samplesets", "v1alpha1", client)
13
14 def is_expected_conditions(self, inst, expected_conditions):
15 conditions = inst.get('status', {}).get("phase")

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected