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.
-
#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.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#configured_model_algorithm_associations ⇒ Array<String>
The associated configured model algorithms used to create the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the ML input channel was created.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#protected_query_identifier ⇒ String
The ID of the protected query that was used to create the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ML input channel.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the ML input channel was updated.
4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4161 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) SENSITIVE = [] include Aws::Structure end |