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].
5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5429 class MLMemberAbilities < Struct.new( :custom_ml_member_abilities) SENSITIVE = [] include Aws::Structure end |