MCPcopy Create free account
hub / github.com/feast-dev/feast / is_ray_data

Function is_ray_data

sdk/python/feast/infra/ray_shared_utils.py:208–210  ·  view source on GitHub ↗

Check if data is a Ray Dataset or RemoteDatasetProxy.

(data: Any)

Source from the content-addressed store, hash-verified

206
207
208def is_ray_data(data: Any) -> bool:
209 """Check if data is a Ray Dataset or RemoteDatasetProxy."""
210 return isinstance(data, (Dataset, RemoteDatasetProxy))
211
212
213def normalize_timestamp_columns(

Callers 9

_get_data_schema_infoFunction · 0.90
_apply_to_dataFunction · 0.90
_create_metadataMethod · 0.90
_get_ray_datasetMethod · 0.90
apply_field_mappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected