Class: Aws::Personalize::Types::DatasetSchemaSummary

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

Overview

Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the schema was created.

Returns:

  • (Time)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2590

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain of a schema that you created for a dataset in a Domain dataset group.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2590

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the schema was last updated.

Returns:

  • (Time)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2590

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schema.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2590

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2590

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end