Class: Aws::CleanRoomsML::Types::DeleteTrainedModelOutputRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifierString

The membership ID of the member that is deleting the trained model output.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the trained model whose output you want to delete.

Returns:

  • (String)


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