Class: Aws::CleanRoomsML::Types::MLInputChannelSummary

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

Instance Attribute Details

#collaboration_identifierString

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

Returns:

  • (String)


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_associationsArray<String>

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

Returns:

  • (Array<String>)


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_timeTime

The time at which the ML input channel was created.

Returns:

  • (Time)


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

#descriptionString

The description of the ML input channel.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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

#nameString

The name of the ML input channel.

Returns:

  • (String)


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_identifierString

The ID of the protected query that was used to create the ML input channel.

Returns:

  • (String)


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

#statusString

The status of the ML input channel.

Returns:

  • (String)


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_timeTime

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

Returns:

  • (Time)


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