Class: Aws::CleanRoomsML::Types::GetTrainedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainedModelRequest
- 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 created the trained model that you are interested in.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model that you are interested in.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the member that created the trained model that you are interested in.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model that you are interested in.
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 |