Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordRequest

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

#expiration_time_responseString

Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, BatchGetRecord will return null.

Returns:

  • (String)


106
107
108
109
110
111
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 106

class BatchGetRecordRequest < Struct.new(
  :identifiers,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end

#identifiersArray<Types::BatchGetRecordIdentifier>

A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup, the list of names of Features to be retrieved, and the corresponding RecordIdentifier values as strings.



106
107
108
109
110
111
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 106

class BatchGetRecordRequest < Struct.new(
  :identifiers,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end