class documentation

class OllamaGeneratePredictor(ExposedModel): (source)

View In Hierarchy

Undocumented

Async Method needed_entities Undocumented
Async Method needed_features Undocumented
Method prompt_template_hash Undocumented
Async Method run_polars Undocumented
Class Variable endpoint Undocumented
Class Variable input_features_versions Undocumented
Class Variable model_name Undocumented
Class Variable model_type Undocumented
Class Variable prompt_template Undocumented
Property as_markdown Undocumented
Property exposed_at_url Undocumented
async def needed_entities(self, store: ModelFeatureStore) -> set[Feature]: (source)

Undocumented

async def needed_features(self, store: ModelFeatureStore) -> list[FeatureReference]: (source)

Undocumented

def prompt_template_hash(self) -> str: (source)

Undocumented

async def run_polars(self, values: RetrievalJob, store: ModelFeatureStore) -> pl.DataFrame: (source)

Undocumented

endpoint: str = (source)

Undocumented

input_features_versions: str = (source)

Undocumented

model_name: str = (source)

Undocumented

model_type: str = (source)

Undocumented

prompt_template: str = (source)

Undocumented

@property
as_markdown: str = (source)

Undocumented

@property
exposed_at_url: str | None = (source)

Undocumented