Class: Aws::SageMakerFeatureStoreRuntime::Types::GetRecordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerFeatureStoreRuntime::Types::GetRecordResponse
- Defined in:
- gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record ⇒ Array<Types::FeatureValue>
The record you requested.
Instance Attribute Details
#record ⇒ Array<Types::FeatureValue>
The record you requested. A list of FeatureValues
.
277 278 279 280 281 |
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 277 class GetRecordResponse < Struct.new( :record) SENSITIVE = [] include Aws::Structure end |