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