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:

  • (::String)


3701
3702
3703
# File 'sig/types.rbs', line 3701

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)


3700
3701
3702
# File 'sig/types.rbs', line 3700

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")


3702
3703
3704
# File 'sig/types.rbs', line 3702

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:

  • (::String)


3706
3707
3708
# File 'sig/types.rbs', line 3706

def ai_workload_config_identifier
  @ai_workload_config_identifier
end

#benchmark_targetTypes::AIBenchmarkTarget

Returns the value of attribute benchmark_target.



3704
3705
3706
# File 'sig/types.rbs', line 3704

def benchmark_target
  @benchmark_target
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3709
3710
3711
# File 'sig/types.rbs', line 3709

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3703
3704
3705
# File 'sig/types.rbs', line 3703

def failure_reason
  @failure_reason
end

#network_configTypes::AIBenchmarkNetworkConfig

Returns the value of attribute network_config.



3708
3709
3710
# File 'sig/types.rbs', line 3708

def network_config
  @network_config
end

#output_configTypes::AIBenchmarkOutputResult

Returns the value of attribute output_config.



3705
3706
3707
# File 'sig/types.rbs', line 3705

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3707
3708
3709
# File 'sig/types.rbs', line 3707

def role_arn
  @role_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3712
3713
3714
# File 'sig/types.rbs', line 3712

def tags
  @tags
end