Module: Aws::SageMaker::Client::_DescribeAIBenchmarkJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAIBenchmarkJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ai_benchmark_job_arn ⇒ ::String
- #ai_benchmark_job_name ⇒ ::String
- #ai_benchmark_job_status ⇒ "InProgress", ...
- #ai_workload_config_identifier ⇒ ::String
- #benchmark_target ⇒ Types::AIBenchmarkTarget
- #creation_time ⇒ ::Time
- #end_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #network_config ⇒ Types::AIBenchmarkNetworkConfig
- #output_config ⇒ Types::AIBenchmarkOutputResult
- #role_arn ⇒ ::String
- #start_time ⇒ ::Time
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#ai_benchmark_job_arn ⇒ ::String
3545 |
# File 'sig/client.rbs', line 3545 def ai_benchmark_job_arn: () -> ::String |
#ai_benchmark_job_name ⇒ ::String
3544 |
# File 'sig/client.rbs', line 3544 def ai_benchmark_job_name: () -> ::String |
#ai_benchmark_job_status ⇒ "InProgress", ...
3546 |
# File 'sig/client.rbs', line 3546 def ai_benchmark_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped") |
#ai_workload_config_identifier ⇒ ::String
3550 |
# File 'sig/client.rbs', line 3550 def ai_workload_config_identifier: () -> ::String |
#benchmark_target ⇒ Types::AIBenchmarkTarget
3548 |
# File 'sig/client.rbs', line 3548 def benchmark_target: () -> Types::AIBenchmarkTarget |
#creation_time ⇒ ::Time
3553 |
# File 'sig/client.rbs', line 3553 def creation_time: () -> ::Time |
#end_time ⇒ ::Time
3555 |
# File 'sig/client.rbs', line 3555 def end_time: () -> ::Time |
#failure_reason ⇒ ::String
3547 |
# File 'sig/client.rbs', line 3547 def failure_reason: () -> ::String |
#network_config ⇒ Types::AIBenchmarkNetworkConfig
3552 |
# File 'sig/client.rbs', line 3552 def network_config: () -> Types::AIBenchmarkNetworkConfig |
#output_config ⇒ Types::AIBenchmarkOutputResult
3549 |
# File 'sig/client.rbs', line 3549 def output_config: () -> Types::AIBenchmarkOutputResult |
#role_arn ⇒ ::String
3551 |
# File 'sig/client.rbs', line 3551 def role_arn: () -> ::String |
#start_time ⇒ ::Time
3554 |
# File 'sig/client.rbs', line 3554 def start_time: () -> ::Time |
#tags ⇒ ::Array[Types::Tag]
3556 |
# File 'sig/client.rbs', line 3556 def tags: () -> ::Array[Types::Tag] |