Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordResultDetail

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

Overview

The output of records that have been retrieved in a batch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atString

The ExpiresAt ISO string of the requested record.

Returns:

  • (String)


157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 157

class BatchGetRecordResultDetail < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :record,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

The FeatureGroupName containing Records you retrieved in a batch.

Returns:

  • (String)


157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 157

class BatchGetRecordResultDetail < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :record,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#recordArray<Types::FeatureValue>

The Record retrieved.

Returns:



157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 157

class BatchGetRecordResultDetail < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :record,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#record_identifier_value_as_stringString

The value of the record identifier in string format.

Returns:

  • (String)


157
158
159
160
161
162
163
164
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 157

class BatchGetRecordResultDetail < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :record,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end