Class: Aws::CleanRoomsML::Types::GetTrainedModelRequest

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 created the trained model that you are interested in.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3067

class GetTrainedModelRequest < Struct.new(
  :trained_model_arn,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#trained_model_arnString

The Amazon Resource Name (ARN) of the trained model that you are interested in.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3067

class GetTrainedModelRequest < Struct.new(
  :trained_model_arn,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end