Class: Aws::CleanRooms::Types::MLMemberAbilities

Inherits:
Struct
  • Object
show all
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].

[1]: aws.amazon.com/service-terms/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_ml_member_abilitiesArray<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].

[1]: aws.amazon.com/service-terms/

Returns:

  • (Array<String>)


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