Replicate class

Properties

hashCode int
The hash code for this object.
no setterinherited
models → ReplicateModels
This id the responsible member of the Replicate's models API, where you can call the methods to get version(s), delete, get a collection of models. Example:
no setter
predictions → ReplicatePrediction
This is the responsible member of the Replicate's predictions API, where you can call the methods to create, get, list and cancel predictions. Example:
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

apiKey String
The api key that is used to make requests to the Replicate API, you can only set it's value. Example:
no getter
instance Replicate
no setter
showLogs bool
This is responsible for showing the logs about what is happening under the hood on this client library, by default it's set to true, so you can track what is when you call a method. But, if you want to disable it, you can set it to false. Example:
no getter