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

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

#dataset_arnString

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

Returns:

  • (String)


5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5657

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)


5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5657

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