Struct aws_sdk_sagemakerfeaturestoreruntime::output::BatchGetRecordOutput [−][src]
#[non_exhaustive]pub struct BatchGetRecordOutput {
pub records: Option<Vec<BatchGetRecordResultDetail>>,
pub errors: Option<Vec<BatchGetRecordError>>,
pub unprocessed_identifiers: Option<Vec<BatchGetRecordIdentifier>>,
}
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.records: Option<Vec<BatchGetRecordResultDetail>>
A list of Records you requested to be retrieved in batch.
errors: Option<Vec<BatchGetRecordError>>
A list of errors that have occured when retrieving a batch of Records.
unprocessed_identifiers: Option<Vec<BatchGetRecordIdentifier>>
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value,
and Feature name.
Implementations
A list of Records you requested to be retrieved in batch.
A list of errors that have occured when retrieving a batch of Records.
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value,
and Feature name.
Creates a new builder-style object to manufacture BatchGetRecordOutput
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 BatchGetRecordOutput
impl Send for BatchGetRecordOutput
impl Sync for BatchGetRecordOutput
impl Unpin for BatchGetRecordOutput
impl UnwindSafe for BatchGetRecordOutput
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