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)


1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-personalize/types.rb', line 1148

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

#domainString

The domain for the new Domain dataset group.

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
# File 'lib/aws-sdk-personalize/types.rb', line 1148

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