aws-sdk-sagemakerfeaturestoreruntime 1.100.0

AWS SDK for Amazon SageMaker Feature Store Runtime
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_expiration_time_response::ExpirationTimeResponse;

pub use crate::types::_deletion_mode::DeletionMode;

pub use crate::types::_ttl_duration::TtlDuration;

pub use crate::types::_batch_get_record_identifier::BatchGetRecordIdentifier;

pub use crate::types::_batch_get_record_result_detail::BatchGetRecordResultDetail;

pub use crate::types::_batch_get_record_error::BatchGetRecordError;

pub use crate::types::_target_store::TargetStore;

pub use crate::types::_feature_value::FeatureValue;

pub use crate::types::_ttl_duration_unit::TtlDurationUnit;

mod _batch_get_record_error;

mod _batch_get_record_identifier;

mod _batch_get_record_result_detail;

mod _deletion_mode;

mod _expiration_time_response;

mod _feature_value;

mod _target_store;

mod _ttl_duration;

mod _ttl_duration_unit;

/// Builders
pub mod builders;

/// Error types that Amazon SageMaker Feature Store Runtime can respond with.
pub mod error;