Class: Aws::CleanRoomsML::Types::MLInputChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::MLInputChannelSummary
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides summary information about the ML input channel.
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.
-
#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.
-
#payer_configuration ⇒ Types::PayerConfiguration
The payer configuration for the ML input channel.
-
#protected_query_identifier ⇒ String
The ID of the protected query that was used to create 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.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#configured_model_algorithm_associations ⇒ Array<String>
The associated configured model algorithms used to create the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the ML input channel was created.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#payer_configuration ⇒ Types::PayerConfiguration
The payer configuration for the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#protected_query_identifier ⇒ String
The ID of the protected query that was used to create the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ML input channel.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the ML input channel was updated.
4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4723 class MLInputChannelSummary < Struct.new( :create_time, :update_time, :membership_identifier, :collaboration_identifier, :name, :configured_model_algorithm_associations, :protected_query_identifier, :ml_input_channel_arn, :status, :description, :payer_configuration) SENSITIVE = [] include Aws::Structure end |