Class: Aws::Types::AIRecommendationJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_recommendation_job_arn::String

Returns the value of attribute ai_recommendation_job_arn.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def ai_recommendation_job_arn
  @ai_recommendation_job_arn
end

#ai_recommendation_job_name::String

Returns the value of attribute ai_recommendation_job_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def ai_recommendation_job_name
  @ai_recommendation_job_name
end

#ai_recommendation_job_status"InProgress", ...

Returns the value of attribute ai_recommendation_job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


194
195
196
# File 'sig/types.rbs', line 194

def ai_recommendation_job_status
  @ai_recommendation_job_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


195
196
197
# File 'sig/types.rbs', line 195

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


196
197
198
# File 'sig/types.rbs', line 196

def end_time
  @end_time
end