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
1363 |
# File 'sig/client.rbs', line 1363
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
1364 |
# File 'sig/client.rbs', line 1364
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
1368 |
# File 'sig/client.rbs', line 1368
def created_at: () -> ::Time
|
#description ⇒ ::String
1372 |
# File 'sig/client.rbs', line 1372
def description: () -> ::String
|
#evaluators ⇒ ::Array[Types::Evaluator]
1365 |
# File 'sig/client.rbs', line 1365
def evaluators: () -> ::Array[Types::Evaluator]
|
#insights ⇒ ::Array[Types::Insight]
1366 |
# File 'sig/client.rbs', line 1366
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
1369 |
# File 'sig/client.rbs', line 1369
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
1367 |
# File 'sig/client.rbs', line 1367
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
1370 |
# File 'sig/client.rbs', line 1370
def tags: () -> ::Hash[::String, ::String]
|