Class: Aws::Types::CreateRecommenderRequest

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)


353
354
355
# File 'sig/types.rbs', line 353

def dataset_group_arn
  @dataset_group_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def recipe_arn
  @recipe_arn
end

#recommender_config ⇒ Types::RecommenderConfig

Returns the value of attribute recommender_config.



355
356
357
# File 'sig/types.rbs', line 355

def recommender_config
  @recommender_config
end

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

Returns the value of attribute tags.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def tags
  @tags
end