Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordRequest
- Defined in:
- gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_time_response ⇒ String
Parameter to request
ExpiresAt
in response. -
#identifiers ⇒ Array<Types::BatchGetRecordIdentifier>
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup
, the list of names ofFeature
s to be retrieved, and the correspondingRecordIdentifier
values as strings.
Instance Attribute Details
#expiration_time_response ⇒ String
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.
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 |
#identifiers ⇒ Array<Types::BatchGetRecordIdentifier>
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup
, the list of names of Feature
s 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 |