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

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


1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1615

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

#nameString

The name for the schema.

Returns:

  • (String)


1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1615

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

#schemaString

A schema in Avro JSON format.

Returns:

  • (String)


1615
1616
1617
1618
1619
1620
1621
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1615

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