Class: Aws::Personalize::Types::UpdateDatasetRequest

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_arnString

The Amazon Resource Name (ARN) of the dataset that you want to update.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-personalize/types.rb', line 5513

class UpdateDatasetRequest < Struct.new(
  :dataset_arn,
  :schema_arn)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the new schema you want use.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-personalize/types.rb', line 5513

class UpdateDatasetRequest < Struct.new(
  :dataset_arn,
  :schema_arn)
  SENSITIVE = []
  include Aws::Structure
end