Class: Aws::CleanRoomsML::Types::CollaborationMLInputChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CollaborationMLInputChannelSummary
- 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
-
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the ML input channel.
-
#configured_model_algorithm_associations ⇒ Array<String>
The associated configured model algorithms used to create the ML input channel.
-
#create_time ⇒ Time
The time at which the ML input channel was created.
-
#creator_account_id ⇒ String
The account ID of the member who created the ML input channel.
-
#description ⇒ String
The description of the ML input channel.
-
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channel.
-
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
-
#name ⇒ String
The name of the ML input channel.
-
#status ⇒ String
The status of the ML input channel.
-
#update_time ⇒ Time
The most recent time at which the ML input channel was updated.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the ML input channel.
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_associations ⇒ Array<String>
The associated configured model algorithms used to create the ML input channel.
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_time ⇒ Time
The time at which the ML input channel was created.
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_id ⇒ String
The account ID of the member who created the ML input channel.
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 |
#description ⇒ String
The description of the ML input channel.
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_identifier ⇒ String
The membership ID of the membership that contains the ML input channel.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
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 |
#name ⇒ String
The name of the ML input channel.
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 |
#status ⇒ String
The status of the ML input channel.
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_time ⇒ Time
The most recent time at which the ML input channel was updated.
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 |