Class: Aws::Types::SolutionVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def creation_date_time
  @creation_date_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def dataset_group_arn
  @dataset_group_arn
end

#event_type ⇒ ::String

Returns the value of attribute event_type.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def event_type
  @event_type
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def name
  @name
end

#perform_auto_ml ⇒ Boolean

Returns the value of attribute perform_auto_ml.

Returns:

  • (Boolean)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def perform_auto_ml
  @perform_auto_ml
end

#perform_hpo ⇒ Boolean

Returns the value of attribute perform_hpo.

Returns:

  • (Boolean)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def perform_hpo
  @perform_hpo
end

#perform_incremental_update ⇒ Boolean

Returns the value of attribute perform_incremental_update.

Returns:

  • (Boolean)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def perform_incremental_update
  @perform_incremental_update
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def recipe_arn
  @recipe_arn
end

#solution_arn ⇒ ::String

Returns the value of attribute solution_arn.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def solution_arn
  @solution_arn
end

#solution_config ⇒ Types::SolutionConfig

Returns the value of attribute solution_config.



1385
1386
1387
# File 'sig/types.rbs', line 1385

def solution_config
  @solution_config
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def status
  @status
end

#training_hours ⇒ ::Float

Returns the value of attribute training_hours.

Returns:

  • (::Float)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def training_hours
  @training_hours
end

#training_mode ⇒ "FULL", ...

Returns the value of attribute training_mode.

Returns:

  • ("FULL", "UPDATE", "AUTOTRAIN")


1387
1388
1389
# File 'sig/types.rbs', line 1387

def training_mode
  @training_mode
end

#training_type ⇒ "AUTOMATIC", "MANUAL"

Returns the value of attribute training_type.

Returns:

  • ("AUTOMATIC", "MANUAL")


1393
1394
1395
# File 'sig/types.rbs', line 1393

def training_type
  @training_type
end

#tuned_hpo_params ⇒ Types::TunedHPOParams

Returns the value of attribute tuned_hpo_params.



1388
1389
1390
# File 'sig/types.rbs', line 1388

def tuned_hpo_params
  @tuned_hpo_params
end