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
3522 |
# File 'sig/client.rbs', line 3522
def ai_benchmark_job_arn: () -> ::String
|
#ai_benchmark_job_name ⇒ ::String
3521 |
# File 'sig/client.rbs', line 3521
def ai_benchmark_job_name: () -> ::String
|
#ai_benchmark_job_status ⇒ "InProgress", ...
3523 |
# File 'sig/client.rbs', line 3523
def ai_benchmark_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#ai_workload_config_identifier ⇒ ::String
3527 |
# File 'sig/client.rbs', line 3527
def ai_workload_config_identifier: () -> ::String
|
#benchmark_target ⇒ Types::AIBenchmarkTarget
3525 |
# File 'sig/client.rbs', line 3525
def benchmark_target: () -> Types::AIBenchmarkTarget
|
#creation_time ⇒ ::Time
3530 |
# File 'sig/client.rbs', line 3530
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3532 |
# File 'sig/client.rbs', line 3532
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3524 |
# File 'sig/client.rbs', line 3524
def failure_reason: () -> ::String
|
#network_config ⇒ Types::AIBenchmarkNetworkConfig
3529 |
# File 'sig/client.rbs', line 3529
def network_config: () -> Types::AIBenchmarkNetworkConfig
|
#output_config ⇒ Types::AIBenchmarkOutputResult
3526 |
# File 'sig/client.rbs', line 3526
def output_config: () -> Types::AIBenchmarkOutputResult
|
#role_arn ⇒ ::String
3528 |
# File 'sig/client.rbs', line 3528
def role_arn: () -> ::String
|
#start_time ⇒ ::Time
3531 |
# File 'sig/client.rbs', line 3531
def start_time: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
3533 |
# File 'sig/client.rbs', line 3533
def tags: () -> ::Array[Types::Tag]
|