Class: Aws::Types::ConfiguredModelAlgorithmAssociationSummary

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)


245
246
247
# File 'sig/types.rbs', line 245

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def configured_model_algorithm_arn
  @configured_model_algorithm_arn
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


238
239
240
# File 'sig/types.rbs', line 238

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


239
240
241
# File 'sig/types.rbs', line 239

def update_time
  @update_time
end