Struct aws_sdk_sagemakerfeaturestoreruntime::input::GetRecordInput [−][src]
#[non_exhaustive]pub struct GetRecordInput {
pub feature_group_name: Option<String>,
pub record_identifier_value_as_string: Option<String>,
pub feature_names: Option<Vec<String>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.feature_group_name: Option<String>
The name of the feature group in which you want to put the records.
record_identifier_value_as_string: Option<String>
The value that corresponds to RecordIdentifier
type and uniquely identifies
the record in the FeatureGroup
.
feature_names: Option<Vec<String>>
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecord, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecord, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetRecord
>
Creates a new builder-style object to manufacture GetRecordInput
The name of the feature group in which you want to put the records.
The value that corresponds to RecordIdentifier
type and uniquely identifies
the record in the FeatureGroup
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetRecordInput
impl Send for GetRecordInput
impl Sync for GetRecordInput
impl Unpin for GetRecordInput
impl UnwindSafe for GetRecordInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more