Class: Aws::Personalize::Types::UpdateDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UpdateDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the new schema you want use.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
5992 5993 5994 5995 5996 5997 |
# File 'lib/aws-sdk-personalize/types.rb', line 5992 class UpdateDatasetRequest < Struct.new( :dataset_arn, :schema_arn) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the new schema you want use.
5992 5993 5994 5995 5996 5997 |
# File 'lib/aws-sdk-personalize/types.rb', line 5992 class UpdateDatasetRequest < Struct.new( :dataset_arn, :schema_arn) SENSITIVE = [] include Aws::Structure end |