foundry.models

arrow-up-right

module foundry.models


arrow-up-right

class FoundrySpecificationDataset

Pydantic base class for datasets within the Foundry data package specification


arrow-up-right

class FoundrySpecification

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


arrow-up-right

method add_dependency

add_dependency(name, version)

arrow-up-right

method clear_dependencies


arrow-up-right

method remove_duplicate_dependencies


arrow-up-right

class FoundryDatasetType

Foundry Dataset Types Enumeration of the possible Foundry dataset types


arrow-up-right

class FoundryKeyClass


arrow-up-right

class FoundryKey


arrow-up-right

class FoundrySplit


arrow-up-right

class FoundrySchema

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


arrow-up-right

class FoundryDataset


arrow-up-right

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 lazydocsarrow-up-right.