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)


5928
5929
5930
5931
5932
5933
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5928

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)


5928
5929
5930
5931
5932
5933
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5928

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