pub type AsyncBatchEmbedContentResponse = BatchOperation;Aliased Type§
pub struct AsyncBatchEmbedContentResponse {
pub name: Option<String>,
pub metadata: Option<Map<String, Value>>,
pub done: Option<bool>,
pub result: Option<BatchOperationResult>,
pub rest: Map<String, Value>,
}Fields§
§name: Option<String>§metadata: Option<Map<String, Value>>§done: Option<bool>§result: Option<BatchOperationResult>§rest: Map<String, Value>