Struct aws_sdk_sagemaker::model::DataCatalogConfig
source · #[non_exhaustive]pub struct DataCatalogConfig { /* private fields */ }
Expand description
The meta data of the Glue table which serves as data catalog for the OfflineStore
.
Implementations§
source§impl DataCatalogConfig
impl DataCatalogConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataCatalogConfig
.
Trait Implementations§
source§impl Clone for DataCatalogConfig
impl Clone for DataCatalogConfig
source§fn clone(&self) -> DataCatalogConfig
fn clone(&self) -> DataCatalogConfig
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 DataCatalogConfig
impl Debug for DataCatalogConfig
source§impl PartialEq<DataCatalogConfig> for DataCatalogConfig
impl PartialEq<DataCatalogConfig> for DataCatalogConfig
source§fn eq(&self, other: &DataCatalogConfig) -> bool
fn eq(&self, other: &DataCatalogConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.