Skip to content

Latest commit

 

History

History
181 lines (118 loc) · 9.21 KB

File metadata and controls

181 lines (118 loc) · 9.21 KB

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,
    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