Exemplo n.º 1
0
 def ingredient_specs(self) -> IngredientSpecCollection:
     """Return a resource representing all ingredient specs in this dataset."""
     return IngredientSpecCollection(self.uid, None, self.session)
Exemplo n.º 2
0
def collection(session) -> IngredientSpecCollection:
    return IngredientSpecCollection(
        project_id=UUID('6b608f78-e341-422c-8076-35adc8828545'),
        dataset_id=UUID('8da51e93-8b55-4dd3-8489-af8f65d4ad9a'),
        session=session)