Class: Aws::CleanRoomsML::Types::GetCollaborationTrainedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetCollaborationTrainedModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID that contains the trained model that you want to return information about.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model that you want to return information about.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID that contains the trained model that you want to return information about.
2236 2237 2238 2239 2240 2241 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2236 class GetCollaborationTrainedModelRequest < Struct.new( :trained_model_arn, :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model that you want to return information about.
2236 2237 2238 2239 2240 2241 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2236 class GetCollaborationTrainedModelRequest < Struct.new( :trained_model_arn, :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |