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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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)


2489
2490
2491
2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2489

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)


2489
2490
2491
2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2489

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)


2489
2490
2491
2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2489

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)


2489
2490
2491
2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2489

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)


2489
2490
2491
2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2489

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