pub struct Sort {Show 22 fields
pub score: Option<SortOrder>,
pub planning_worker_nodes: Option<SortOrder>,
pub algorithm: Option<SortOrder>,
pub index: Option<SortOrder>,
pub last_registered_time: Option<SortOrder>,
pub auto_redeploy_retry_times: Option<SortOrder>,
pub seq_no: Option<SortOrder>,
pub model_version: Option<SortOrder>,
pub id: Option<SortOrder>,
pub chunk_number: Option<SortOrder>,
pub model_content_size_in_bytes: Option<SortOrder>,
pub planning_worker_node_count: Option<SortOrder>,
pub model_state: Option<SortOrder>,
pub created_time: Option<SortOrder>,
pub total_chunks: Option<SortOrder>,
pub model_format: Option<SortOrder>,
pub model_group_id: Option<SortOrder>,
pub last_updated_time: Option<SortOrder>,
pub deploy_to_all_nodes: Option<SortOrder>,
pub is_hidden: Option<SortOrder>,
pub model_content_hash_value: Option<SortOrder>,
pub current_worker_node_count: Option<SortOrder>,
}Expand description
Sort Sort query.
Fields§
§score: Option<SortOrder>The order of the sort.
planning_worker_nodes: Option<SortOrder>The order of the sort.
algorithm: Option<SortOrder>The order of the sort.
index: Option<SortOrder>The order of the sort.
last_registered_time: Option<SortOrder>The order of the sort.
auto_redeploy_retry_times: Option<SortOrder>The order of the sort.
seq_no: Option<SortOrder>The order of the sort.
model_version: Option<SortOrder>The order of the sort.
id: Option<SortOrder>The order of the sort.
chunk_number: Option<SortOrder>The order of the sort.
model_content_size_in_bytes: Option<SortOrder>The order of the sort.
planning_worker_node_count: Option<SortOrder>The order of the sort.
model_state: Option<SortOrder>The order of the sort.
created_time: Option<SortOrder>The order of the sort.
total_chunks: Option<SortOrder>The order of the sort.
model_format: Option<SortOrder>The order of the sort.
model_group_id: Option<SortOrder>The order of the sort.
last_updated_time: Option<SortOrder>The order of the sort.
deploy_to_all_nodes: Option<SortOrder>The order of the sort.
The order of the sort.
model_content_hash_value: Option<SortOrder>The order of the sort.
current_worker_node_count: Option<SortOrder>The order of the sort.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sort
impl<'de> Deserialize<'de> for Sort
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
impl StructuralPartialEq for Sort
Auto Trait Implementations§
impl Freeze for Sort
impl RefUnwindSafe for Sort
impl Send for Sort
impl Sync for Sort
impl Unpin for Sort
impl UnsafeUnpin for Sort
impl UnwindSafe for Sort
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