Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordResponse
- Defined in:
- gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetRecordError>
A list of errors that have occurred when retrieving a batch of Records.
-
#records ⇒ Array<Types::BatchGetRecordResultDetail>
A list of Records you requested to be retrieved in batch.
-
#unprocessed_identifiers ⇒ Array<Types::BatchGetRecordIdentifier>
A unprocessed list of
FeatureGroup
names, with their correspondingRecordIdentifier
value, and Feature name.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetRecordError>
A list of errors that have occurred when retrieving a batch of Records.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 129 class BatchGetRecordResponse < Struct.new( :records, :errors, :unprocessed_identifiers) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::BatchGetRecordResultDetail>
A list of Records you requested to be retrieved in batch.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 129 class BatchGetRecordResponse < Struct.new( :records, :errors, :unprocessed_identifiers) SENSITIVE = [] include Aws::Structure end |
#unprocessed_identifiers ⇒ Array<Types::BatchGetRecordIdentifier>
A unprocessed list of FeatureGroup
names, with their corresponding
RecordIdentifier
value, and Feature name.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 129 class BatchGetRecordResponse < Struct.new( :records, :errors, :unprocessed_identifiers) SENSITIVE = [] include Aws::Structure end |