Class: Aws::SageMakerFeatureStoreRuntime::Types::GetRecordResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atString

The ‘ExpiresAt` ISO string of the requested record.

Returns:

  • (String)


276
277
278
279
280
281
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 276

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

#recordArray<Types::FeatureValue>

The record you requested. A list of ‘FeatureValues`.

Returns:



276
277
278
279
280
281
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 276

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