Class: Aws::Types::Solution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_result ⇒ Types::AutoMLResult

Returns the value of attribute auto_ml_result.

Returns:



1326
1327
1328
# File 'sig/types.rbs', line 1326

def auto_ml_result
  @auto_ml_result
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def creation_date_time
  @creation_date_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def dataset_group_arn
  @dataset_group_arn
end

#event_type ⇒ ::String

Returns the value of attribute event_type.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def event_type
  @event_type
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def last_updated_date_time
  @last_updated_date_time
end

#latest_solution_update ⇒ Types::SolutionUpdateSummary

Returns the value of attribute latest_solution_update.



1331
1332
1333
# File 'sig/types.rbs', line 1331

def latest_solution_update
  @latest_solution_update
end

#latest_solution_version ⇒ Types::SolutionVersionSummary

Returns the value of attribute latest_solution_version.



1330
1331
1332
# File 'sig/types.rbs', line 1330

def latest_solution_version
  @latest_solution_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def name
  @name
end

#perform_auto_ml ⇒ Boolean

Returns the value of attribute perform_auto_ml.

Returns:

  • (Boolean)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def perform_auto_ml
  @perform_auto_ml
end

#perform_auto_training ⇒ Boolean

Returns the value of attribute perform_auto_training.

Returns:

  • (Boolean)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def perform_auto_training
  @perform_auto_training
end

#perform_hpo ⇒ Boolean

Returns the value of attribute perform_hpo.

Returns:

  • (Boolean)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def perform_hpo
  @perform_hpo
end

#perform_incremental_update ⇒ Boolean

Returns the value of attribute perform_incremental_update.

Returns:

  • (Boolean)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def perform_incremental_update
  @perform_incremental_update
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def recipe_arn
  @recipe_arn
end

#solution_arn ⇒ ::String

Returns the value of attribute solution_arn.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def solution_arn
  @solution_arn
end

#solution_config ⇒ Types::SolutionConfig

Returns the value of attribute solution_config.



1325
1326
1327
# File 'sig/types.rbs', line 1325

def solution_config
  @solution_config
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def status
  @status
end