Class: Aws::CleanRooms::Types::MLMemberAbilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MLMemberAbilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The ML member abilities for a collaboration member.
Custom ML modeling is in beta release and is subject to change. For beta terms and conditions, see *Betas and Previews* in the [Amazon Web Services Service Terms].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_ml_member_abilities ⇒ Array<String>
The custom ML member abilities for a collaboration member.
Instance Attribute Details
#custom_ml_member_abilities ⇒ Array<String>
The custom ML member abilities for a collaboration member. The inference feature is not available in the custom ML modeling beta.
Custom ML modeling is in beta release and is subject to change. For beta terms and conditions, see *Betas and Previews* in the [Amazon Web Services Service Terms].
5457 5458 5459 5460 5461 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5457 class MLMemberAbilities < Struct.new( :custom_ml_member_abilities) SENSITIVE = [] include Aws::Structure end |