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
3502 |
# File 'sig/client.rbs', line 3502
def ai_benchmark_job_arn: () -> ::String
|
#ai_benchmark_job_name ⇒ ::String
3501 |
# File 'sig/client.rbs', line 3501
def ai_benchmark_job_name: () -> ::String
|
#ai_benchmark_job_status ⇒ "InProgress", ...
3503 |
# File 'sig/client.rbs', line 3503
def ai_benchmark_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#ai_workload_config_identifier ⇒ ::String
3507 |
# File 'sig/client.rbs', line 3507
def ai_workload_config_identifier: () -> ::String
|
#benchmark_target ⇒ Types::AIBenchmarkTarget
3505 |
# File 'sig/client.rbs', line 3505
def benchmark_target: () -> Types::AIBenchmarkTarget
|
#creation_time ⇒ ::Time
3510 |
# File 'sig/client.rbs', line 3510
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3512 |
# File 'sig/client.rbs', line 3512
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3504 |
# File 'sig/client.rbs', line 3504
def failure_reason: () -> ::String
|
#network_config ⇒ Types::AIBenchmarkNetworkConfig
3509 |
# File 'sig/client.rbs', line 3509
def network_config: () -> Types::AIBenchmarkNetworkConfig
|
#output_config ⇒ Types::AIBenchmarkOutputResult
3506 |
# File 'sig/client.rbs', line 3506
def output_config: () -> Types::AIBenchmarkOutputResult
|
#role_arn ⇒ ::String
3508 |
# File 'sig/client.rbs', line 3508
def role_arn: () -> ::String
|
#start_time ⇒ ::Time
3511 |
# File 'sig/client.rbs', line 3511
def start_time: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
3513 |
# File 'sig/client.rbs', line 3513
def tags: () -> ::Array[Types::Tag]
|