Class: Aws::Types::CreateSolutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def dataset_group_arn
  @dataset_group_arn
end

#event_type ⇒ ::String

Returns the value of attribute event_type.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def event_type
  @event_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def name
  @name
end

#perform_auto_ml ⇒ Boolean

Returns the value of attribute perform_auto_ml.

Returns:

  • (Boolean)


380
381
382
# File 'sig/types.rbs', line 380

def perform_auto_ml
  @perform_auto_ml
end

#perform_auto_training ⇒ Boolean

Returns the value of attribute perform_auto_training.

Returns:

  • (Boolean)


381
382
383
# File 'sig/types.rbs', line 381

def perform_auto_training
  @perform_auto_training
end

#perform_hpo ⇒ Boolean

Returns the value of attribute perform_hpo.

Returns:

  • (Boolean)


379
380
381
# File 'sig/types.rbs', line 379

def perform_hpo
  @perform_hpo
end

#perform_incremental_update ⇒ Boolean

Returns the value of attribute perform_incremental_update.

Returns:

  • (Boolean)


382
383
384
# File 'sig/types.rbs', line 382

def perform_incremental_update
  @perform_incremental_update
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def recipe_arn
  @recipe_arn
end

#solution_config ⇒ Types::SolutionConfig

Returns the value of attribute solution_config.



386
387
388
# File 'sig/types.rbs', line 386

def solution_config
  @solution_config
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def tags
  @tags
end