Class: Aws::Types::CollaborationTrainedModelSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


181
182
183
# File 'sig/types.rbs', line 181

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def description
  @description
end

#incremental_training_data_channels::Array[Types::IncrementalTrainingDataChannelOutput]

Returns the value of attribute incremental_training_data_channels.



186
187
188
# File 'sig/types.rbs', line 186

def incremental_training_data_channels
  @incremental_training_data_channels
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def membership_identifier
  @membership_identifier
end

#ml_model_training_payer_account_id::String

Returns the value of attribute ml_model_training_payer_account_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def 
  @ml_model_training_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def name
  @name
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED", "INACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED")


190
191
192
# File 'sig/types.rbs', line 190

def status
  @status
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def trained_model_arn
  @trained_model_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


182
183
184
# File 'sig/types.rbs', line 182

def update_time
  @update_time
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def version_identifier
  @version_identifier
end