Class: Aws::SageMakerFeatureStoreRuntime::Types::BatchGetRecordError

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

Overview

The error that has occurred when attempting to retrieve a batch of Records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code of an error that has occurred when attempting to retrieve a batch of Records. For more information on errors, see Errors.

Returns:

  • (String)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 56

class BatchGetRecordError < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message of an error that has occurred when attempting to retrieve a record in the batch.

Returns:

  • (String)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 56

class BatchGetRecordError < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#feature_group_nameString

The name of the feature group that the record belongs to.

Returns:

  • (String)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 56

class BatchGetRecordError < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#record_identifier_value_as_stringString

The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

Returns:

  • (String)


56
57
58
59
60
61
62
63
# File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 56

class BatchGetRecordError < Struct.new(
  :feature_group_name,
  :record_identifier_value_as_string,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end