Struct aws_sdk_glue::model::TransformSortCriteria
source · #[non_exhaustive]pub struct TransformSortCriteria { /* private fields */ }Expand description
The sorting criteria that are associated with the machine learning transform.
Implementations§
source§impl TransformSortCriteria
impl TransformSortCriteria
sourcepub fn column(&self) -> Option<&TransformSortColumnType>
pub fn column(&self) -> Option<&TransformSortColumnType>
The column to be used in the sorting criteria that are associated with the machine learning transform.
sourcepub fn sort_direction(&self) -> Option<&SortDirectionType>
pub fn sort_direction(&self) -> Option<&SortDirectionType>
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
source§impl TransformSortCriteria
impl TransformSortCriteria
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransformSortCriteria.
Trait Implementations§
source§impl Clone for TransformSortCriteria
impl Clone for TransformSortCriteria
source§fn clone(&self) -> TransformSortCriteria
fn clone(&self) -> TransformSortCriteria
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TransformSortCriteria
impl Debug for TransformSortCriteria
source§impl PartialEq<TransformSortCriteria> for TransformSortCriteria
impl PartialEq<TransformSortCriteria> for TransformSortCriteria
source§fn eq(&self, other: &TransformSortCriteria) -> bool
fn eq(&self, other: &TransformSortCriteria) -> bool
This method tests for
self and other values to be equal, and is used
by ==.