Class: Aws::CleanRoomsML::Types::DeleteTrainedModelOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteTrainedModelOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The membership ID of the member that is deleting the trained model output.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model whose output you want to delete.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the member that is deleting the trained model output.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1822 class DeleteTrainedModelOutputRequest < Struct.new( :trained_model_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model whose output you want to delete.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1822 class DeleteTrainedModelOutputRequest < Struct.new( :trained_model_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |