Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordIdentifier

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

Overview

The identifier that identifies the batch of Records you are retrieving in a batch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_group_nameString

The name or Amazon Resource Name (ARN) of the FeatureGroup containing the records you are retrieving in a batch.

Returns:

  • (String)


84
85
86
87
88
89
90
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 84

class BatchGetRecordIdentifier < Struct.new(
  :feature_group_name,
  :record_identifiers_value_as_string,
  :feature_names)
  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>)


84
85
86
87
88
89
90
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 84

class BatchGetRecordIdentifier < Struct.new(
  :feature_group_name,
  :record_identifiers_value_as_string,
  :feature_names)
  SENSITIVE = []
  include Aws::Structure
end

#record_identifiers_value_as_stringArray<String>

The value for a list of record identifiers in string format.

Returns:

  • (Array<String>)


84
85
86
87
88
89
90
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 84

class BatchGetRecordIdentifier < Struct.new(
  :feature_group_name,
  :record_identifiers_value_as_string,
  :feature_names)
  SENSITIVE = []
  include Aws::Structure
end