foundry.models

module foundry.models


class FoundrySpecificationDataset

Pydantic base class for datasets within the Foundry data package specification


class FoundrySpecification

Pydantic base class for interacting with the Foundry data package specification The specification provides a way to group datasets and manage versions


method add_dependency

add_dependency(name, version)

method clear_dependencies

clear_dependencies()

method remove_duplicate_dependencies

remove_duplicate_dependencies()

class FoundryDatasetType

Foundry Dataset Types Enumeration of the possible Foundry dataset types


class FoundryKeyClass


class FoundryKey


class FoundrySplit


class FoundrySchema

Foundry Dataset Schema for Foundry Datasets. This includes specifications of inputs, outputs, type, version, and more


class FoundryDataset


class FoundryBase

Configuration information for Foundry instance

Args:

  • dataframe_file (str): Filename to read dataframe contents from

  • metadata_file (str): Filename to read metadata contents from defaults to reading for MDF Discover

  • destination_endpoint (str): Globus endpoint ID to transfer data to (defaults to local GCP installation)

  • local_cache_dir (str): Path to local Foundry package cache


This file was automatically generated via lazydocs.