Skip to content

Latest commit

 

History

History
195 lines (127 loc) · 9.94 KB

File metadata and controls

195 lines (127 loc) · 9.94 KB

Replicate

Types:

from replicate.types import SearchResponse

Methods:

Collections

Types:

from replicate.types import CollectionListResponse, CollectionGetResponse

Methods:

Deployments

Types:

from replicate.types import (
    DeploymentCreateResponse,
    DeploymentUpdateResponse,
    DeploymentListResponse,
    DeploymentGetResponse,
)

Methods:

Predictions

Methods:

Hardware

Types:

from replicate.types import HardwareListResponse

Methods:

Account

Types:

from replicate.types import AccountGetResponse

Methods:

Models

Types:

from replicate.types import (
    ModelCreateResponse,
    ModelUpdateResponse,
    ModelListResponse,
    ModelGetResponse,
    ModelSearchResponse,
)

Methods:

Examples

Methods:

Predictions

Methods:

Readme

Types:

from replicate.types.models import ReadmeGetResponse

Methods:

  • replicate.models.readme.get(*, model_owner, model_name) -> str

Versions

Types:

from replicate.types.models import VersionListResponse, VersionGetResponse

Methods:

Predictions

Types:

from replicate.types import Prediction, PredictionOutput, PredictionRequest

Methods:

Trainings

Types:

from replicate.types import (
    TrainingCreateResponse,
    TrainingListResponse,
    TrainingCancelResponse,
    TrainingGetResponse,
)

Methods:

Webhooks

Default

Secret

Types:

from replicate.types.webhooks.default import SecretGetResponse

Methods:

Files

Types:

from replicate.types import FileCreateResponse, FileListResponse, FileGetResponse