Class: Aws::Types::Recommender

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)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def creation_date_time
  @creation_date_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def dataset_group_arn
  @dataset_group_arn
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def last_updated_date_time
  @last_updated_date_time
end

#latest_recommender_update ⇒ Types::RecommenderUpdateSummary

Returns the value of attribute latest_recommender_update.



1260
1261
1262
# File 'sig/types.rbs', line 1260

def latest_recommender_update
  @latest_recommender_update
end

#model_metrics ⇒ ::Hash[::String, ::Float]

Returns the value of attribute model_metrics.

Returns:

  • (::Hash[::String, ::Float])


1261
1262
1263
# File 'sig/types.rbs', line 1261

def model_metrics
  @model_metrics
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def recipe_arn
  @recipe_arn
end

#recommender_arn ⇒ ::String

Returns the value of attribute recommender_arn.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def recommender_arn
  @recommender_arn
end

#recommender_config ⇒ Types::RecommenderConfig

Returns the value of attribute recommender_config.



1255
1256
1257
# File 'sig/types.rbs', line 1255

def recommender_config
  @recommender_config
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def status
  @status
end