Class: Aws::Types::AIBenchmarkJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_benchmark_job_arn::String

Returns the value of attribute ai_benchmark_job_arn.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def ai_benchmark_job_arn
  @ai_benchmark_job_arn
end

#ai_benchmark_job_name::String

Returns the value of attribute ai_benchmark_job_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def ai_benchmark_job_name
  @ai_benchmark_job_name
end

#ai_benchmark_job_status"InProgress", ...

Returns the value of attribute ai_benchmark_job_status.

Returns:

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


52
53
54
# File 'sig/types.rbs', line 52

def ai_benchmark_job_status
  @ai_benchmark_job_status
end

#ai_workload_config_name::String

Returns the value of attribute ai_workload_config_name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def ai_workload_config_name
  @ai_workload_config_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


54
55
56
# File 'sig/types.rbs', line 54

def end_time
  @end_time
end