Class: Aws::Personalize::Types::CreateDatasetGroupResponse

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

#dataset_group_arnString

The Amazon Resource Name (ARN) of the new dataset group.

Returns:

  • (String)


1210
1211
1212
1213
1214
1215
# File 'lib/aws-sdk-personalize/types.rb', line 1210

class CreateDatasetGroupResponse < Struct.new(
  :dataset_group_arn,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain for the new Domain dataset group.

Returns:

  • (String)


1210
1211
1212
1213
1214
1215
# File 'lib/aws-sdk-personalize/types.rb', line 1210

class CreateDatasetGroupResponse < Struct.new(
  :dataset_group_arn,
  :domain)
  SENSITIVE = []
  include Aws::Structure
end