Class: Aws::Personalize::Types::DatasetUpdateSummary

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

Overview

Describes an update to a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time (in Unix time) of the dataset update.

Returns:

  • (Time)


2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-personalize/types.rb', line 2405

class DatasetUpdateSummary < Struct.new(
  :schema_arn,
  :status,
  :failure_reason,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If updating a dataset fails, provides the reason why.

Returns:

  • (String)


2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-personalize/types.rb', line 2405

class DatasetUpdateSummary < Struct.new(
  :schema_arn,
  :status,
  :failure_reason,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The last update date and time (in Unix time) of the dataset.

Returns:

  • (Time)


2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-personalize/types.rb', line 2405

class DatasetUpdateSummary < Struct.new(
  :schema_arn,
  :status,
  :failure_reason,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.

Returns:

  • (String)


2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-personalize/types.rb', line 2405

class DatasetUpdateSummary < Struct.new(
  :schema_arn,
  :status,
  :failure_reason,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset update.

Returns:

  • (String)


2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-personalize/types.rb', line 2405

class DatasetUpdateSummary < Struct.new(
  :schema_arn,
  :status,
  :failure_reason,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end