aws-sdk-bedrockagentcore 1.45.0

AWS SDK for Amazon Bedrock AgentCore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteBatchEvaluation`](crate::operation::delete_batch_evaluation::builders::DeleteBatchEvaluationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`batch_evaluation_id(impl Into<String>)`](crate::operation::delete_batch_evaluation::builders::DeleteBatchEvaluationFluentBuilder::batch_evaluation_id) / [`set_batch_evaluation_id(Option<String>)`](crate::operation::delete_batch_evaluation::builders::DeleteBatchEvaluationFluentBuilder::set_batch_evaluation_id):<br>required: **true**<br><p>The unique identifier of the batch evaluation to delete.</p><br>
    /// - On success, responds with [`DeleteBatchEvaluationOutput`](crate::operation::delete_batch_evaluation::DeleteBatchEvaluationOutput) with field(s):
    ///   - [`batch_evaluation_id(String)`](crate::operation::delete_batch_evaluation::DeleteBatchEvaluationOutput::batch_evaluation_id): <p>The unique identifier of the deleted batch evaluation.</p>
    ///   - [`batch_evaluation_arn(String)`](crate::operation::delete_batch_evaluation::DeleteBatchEvaluationOutput::batch_evaluation_arn): <p>The Amazon Resource Name (ARN) of the deleted batch evaluation.</p>
    ///   - [`status(BatchEvaluationStatus)`](crate::operation::delete_batch_evaluation::DeleteBatchEvaluationOutput::status): <p>The status of the batch evaluation deletion operation.</p>
    /// - On failure, responds with [`SdkError<DeleteBatchEvaluationError>`](crate::operation::delete_batch_evaluation::DeleteBatchEvaluationError)
    pub fn delete_batch_evaluation(&self) -> crate::operation::delete_batch_evaluation::builders::DeleteBatchEvaluationFluentBuilder {
        crate::operation::delete_batch_evaluation::builders::DeleteBatchEvaluationFluentBuilder::new(self.handle.clone())
    }
}