Class: Aws::CleanRoomsML::Types::CollaborationMLInputChannelSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides summary information about an ML input channel in a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

The collaboration ID of the collaboration that contains the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#configured_model_algorithm_associationsArray<String>

The associated configured model algorithms used to create the ML input channel.

Returns:

  • (Array<String>)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the ML input channel was created.

Returns:

  • (Time)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

The account ID of the member who created the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The membership ID of the membership that contains the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#ml_input_channel_arnString

The Amazon Resource Name (ARN) of the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ML input channel.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the ML input channel was updated.

Returns:

  • (Time)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 462

class CollaborationMLInputChannelSummary < Struct.new(
  :create_time,
  :update_time,
  :membership_identifier,
  :collaboration_identifier,
  :name,
  :configured_model_algorithm_associations,
  :ml_input_channel_arn,
  :status,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end