Struct replicate_rust::api_definitions::CreatePrediction
source · pub struct CreatePrediction {
pub id: String,
pub version: String,
pub urls: PredictionsUrls,
pub created_at: String,
pub status: PredictionStatus,
pub input: HashMap<String, Value>,
pub error: Option<String>,
pub logs: Option<String>,
}
Fields§
§id: String
§version: String
§urls: PredictionsUrls
§created_at: String
§status: PredictionStatus
§input: HashMap<String, Value>
§error: Option<String>
§logs: Option<String>
Trait Implementations§
source§impl Debug for CreatePrediction
impl Debug for CreatePrediction
source§impl<'de> Deserialize<'de> for CreatePrediction
impl<'de> Deserialize<'de> for CreatePrediction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreatePrediction
impl Send for CreatePrediction
impl Sync for CreatePrediction
impl Unpin for CreatePrediction
impl UnwindSafe for CreatePrediction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more