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

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

#expires_atString

The ExpiresAt ISO string of the requested record.

Returns:

  • (String)


276
277
278
279
280
281
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/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 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 276

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