Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetRecordError>

A list of errors that have occurred when retrieving a batch of Records.

Returns:



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

#recordsArray<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_identifiersArray<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