LogoLogo
Ctrlk
  • Documentation
  • Integrations
  • Developers
  • SDK & API
  • Changelog
  • SDK & API Reference
    • Overview
  • Fiddler Python Client SDK
    • Introduction
    • Connection
    • Constants
    • Entities
    • Exceptions
    • Schemas
    • Utils
  • Fiddler Evals SDK
    • Introduction
    • Connection
    • Entities
    • Evaluators
    • Pydantic Models
    • evaluate
  • Fiddler LangGraph SDK
    • Introduction
    • Core
    • Tracing
  • Fiddler Strands Agents SDK
    • Introduction
    • Attributes
    • FiddlerInstrumentationHook
    • StrandsAgentInstrumentor
    • FiddlerSpanProcessor
  • REST API
    • API Reference
    • Guardrails API Reference
Powered by GitBook
On this page
  • Overview
  • Components
  • Connection
  • Constants
  • Entities
  • Exceptions
  • Schemas
  • Utils

Was this helpful?

  1. Fiddler Python Client SDK

Introduction

Complete API reference for fiddler

Version: 3.10.0

Overview

Complete API reference documentation for the fiddler package.

Components

Connection

Connection management and initialization

  • Connection

  • ConnectionMixin

Constants

Constants module documentation

  • AlertCondition

  • AlertThresholdAlgo

  • BinSize

  • CompareTo

  • Priority

  • BaselineType

  • WindowBinSize

  • EnvType

  • JobStatus

  • ArtifactStatus

  • CustomFeatureType

  • DataType

  • ModelInputType

  • ModelTask

  • ArtifactType

  • DeploymentType

  • DownloadFormat

  • ExplainMethod

Entities

Core entity classes for interacting with the platform

  • AlertRecord

  • AlertRule

  • Baseline

  • BaselineCompact

  • CustomMetric

  • Segment

  • Dataset

  • DatasetCompact

  • File

  • Job

  • Model

  • ModelCompact

  • ModelDeployment

  • Project

  • ProjectCompact

  • Webhook

Exceptions

Exceptions module documentation

  • ApiError

  • AsyncJobFailed

  • Conflict

  • ConnError

  • ConnTimeout

  • HttpError

  • IncompatibleClient

  • NotFound

  • Unsupported

Schemas

Schemas module documentation

  • CustomFeature

  • Enrichment

  • ImageEmbedding

  • Multivariate

  • TextEmbedding

  • VectorFeature

  • DeploymentParams

  • Column

  • ModelSchema

  • ModelSpec

  • ModelTaskParams

  • DatasetDataSource

  • EventIdDataSource

  • RowDataSource

  • XaiParams

Utils

Utils module documentation

  • create_columns_from_df

  • group_by

PreviousOverviewNextConnection

Last updated 1 day ago

Was this helpful?