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
1334 |
# File 'sig/client.rbs', line 1334
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
1333 |
# File 'sig/client.rbs', line 1333
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
1335 |
# File 'sig/client.rbs', line 1335
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
1339 |
# File 'sig/client.rbs', line 1339
def created_at: () -> ::Time
|
#description ⇒ ::String
1343 |
# File 'sig/client.rbs', line 1343
def description: () -> ::String
|
#evaluators ⇒ ::Array[Types::Evaluator]
1336 |
# File 'sig/client.rbs', line 1336
def evaluators: () -> ::Array[Types::Evaluator]
|
#insights ⇒ ::Array[Types::Insight]
1337 |
# File 'sig/client.rbs', line 1337
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
1342 |
# File 'sig/client.rbs', line 1342
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
1340 |
# File 'sig/client.rbs', line 1340
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
1338 |
# File 'sig/client.rbs', line 1338
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
1341 |
# File 'sig/client.rbs', line 1341
def tags: () -> ::Hash[::String, ::String]
|