Class: Aws::Types::TrainedModelSummary

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)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def description
  @description
end

#incremental_training_data_channels::Array[Types::IncrementalTrainingDataChannelOutput]

Returns the value of attribute incremental_training_data_channels.



1431
1432
1433
# File 'sig/types.rbs', line 1431

def incremental_training_data_channels
  @incremental_training_data_channels
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

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)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def 
  @ml_model_training_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

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")


1436
1437
1438
# File 'sig/types.rbs', line 1436

def status
  @status
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def trained_model_arn
  @trained_model_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def update_time
  @update_time
end

#version_identifier::String

Returns the value of attribute version_identifier.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def version_identifier
  @version_identifier
end