Class: Aws::Types::GetRecommenderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def domain_name
  @domain_name
end

#recommender_name::String

Returns the value of attribute recommender_name.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def recommender_name
  @recommender_name
end

#training_metrics_count::Integer

Returns the value of attribute training_metrics_count.

Returns:

  • (::Integer)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def training_metrics_count
  @training_metrics_count
end