Class: Aws::SageMakerFeatureStoreRuntime::Types::GetRecordRequest

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, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

Returns:

  • (String)


257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 257

class GetRecordRequest < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :feature_names,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.

Returns:

  • (String)


257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 257

class GetRecordRequest < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :feature_names,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end

#feature_namesArray<String>

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

Returns:

  • (Array<String>)


257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 257

class GetRecordRequest < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :feature_names,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end

#record_identifier_value_as_stringString

The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

Returns:

  • (String)


257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 257

class GetRecordRequest < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :feature_names,
  :expiration_time_response)
  SENSITIVE = []
  include Aws::Structure
end