Class: Aws::Personalize::Types::CreateSchemaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class CreateSchemaRequest < Struct.new(
  :name,
  :schema,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the schema.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class CreateSchemaRequest < Struct.new(
  :name,
  :schema,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

A schema in Avro JSON format.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-personalize/types.rb', line 1502

class CreateSchemaRequest < Struct.new(
  :name,
  :schema,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end