Class: Aws::Types::DescribeAIBenchmarkJobResponse

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:



3718
3719
3720
# File 'sig/types.rbs', line 3718

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:



3717
3718
3719
# File 'sig/types.rbs', line 3717

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:



3719
3720
3721
# File 'sig/types.rbs', line 3719

def ai_benchmark_job_status
  @ai_benchmark_job_status
end

#ai_workload_config_identifier::String

Returns the value of attribute ai_workload_config_identifier.

Returns:



3723
3724
3725
# File 'sig/types.rbs', line 3723

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#benchmark_targetTypes::AIBenchmarkTarget

Returns the value of attribute benchmark_target.

Returns:



3721
3722
3723
# File 'sig/types.rbs', line 3721

def benchmark_target
  @benchmark_target
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



3726
3727
3728
# File 'sig/types.rbs', line 3726

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



3728
3729
3730
# File 'sig/types.rbs', line 3728

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



3720
3721
3722
# File 'sig/types.rbs', line 3720

def failure_reason
  @failure_reason
end

#network_configTypes::AIBenchmarkNetworkConfig

Returns the value of attribute network_config.

Returns:



3725
3726
3727
# File 'sig/types.rbs', line 3725

def network_config
  @network_config
end

#output_configTypes::AIBenchmarkOutputResult

Returns the value of attribute output_config.

Returns:



3722
3723
3724
# File 'sig/types.rbs', line 3722

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



3724
3725
3726
# File 'sig/types.rbs', line 3724

def role_arn
  @role_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



3727
3728
3729
# File 'sig/types.rbs', line 3727

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3729
3730
3731
# File 'sig/types.rbs', line 3729

def tags
  @tags
end