Module: Aws::BedrockAgentCore::Client::_StartBatchEvaluationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartBatchEvaluationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #batch_evaluation_arn ⇒ ::String
- #batch_evaluation_id ⇒ ::String
- #batch_evaluation_name ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #evaluators ⇒ ::Array[Types::Evaluator]
- #insights ⇒ ::Array[Types::Insight]
- #kms_key_arn ⇒ ::String
- #output_config ⇒ Types::OutputConfig
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#batch_evaluation_arn ⇒ ::String
1357 |
# File 'sig/client.rbs', line 1357
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
1356 |
# File 'sig/client.rbs', line 1356
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
1358 |
# File 'sig/client.rbs', line 1358
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
1362 |
# File 'sig/client.rbs', line 1362
def created_at: () -> ::Time
|
#description ⇒ ::String
1366 |
# File 'sig/client.rbs', line 1366
def description: () -> ::String
|
#evaluators ⇒ ::Array[Types::Evaluator]
1359 |
# File 'sig/client.rbs', line 1359
def evaluators: () -> ::Array[Types::Evaluator]
|
#insights ⇒ ::Array[Types::Insight]
1360 |
# File 'sig/client.rbs', line 1360
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
1365 |
# File 'sig/client.rbs', line 1365
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
1363 |
# File 'sig/client.rbs', line 1363
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
1361 |
# File 'sig/client.rbs', line 1361
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
1364 |
# File 'sig/client.rbs', line 1364
def tags: () -> ::Hash[::String, ::String]
|