GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.applicationType(String applicationType) |
Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and
response generation).
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.applicationType(ApplicationType applicationType) |
Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and
response generation).
|
static GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.builder() |
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.creationTime(Instant creationTime) |
The time the evaluation job was created.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.customerEncryptionKeyId(String customerEncryptionKeyId) |
The Amazon Resource Name (ARN) of the customer managed encryption key specified when the evaluation job was
created.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.evaluationConfig(Consumer<EvaluationConfig.Builder> evaluationConfig) |
Contains the configuration details of either an automated or human-based evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.evaluationConfig(EvaluationConfig evaluationConfig) |
Contains the configuration details of either an automated or human-based evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.failureMessages(String... failureMessages) |
A list of strings that specify why the evaluation job failed to create.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.failureMessages(Collection<String> failureMessages) |
A list of strings that specify why the evaluation job failed to create.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.inferenceConfig(Consumer<EvaluationInferenceConfig.Builder> inferenceConfig) |
Contains the configuration details of the inference model used for the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.inferenceConfig(EvaluationInferenceConfig inferenceConfig) |
Contains the configuration details of the inference model used for the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobArn(String jobArn) |
The Amazon Resource Name (ARN) of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobDescription(String jobDescription) |
The description of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobName(String jobName) |
The name for the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobType(String jobType) |
Specifies whether the evaluation job is automated or human-based.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobType(EvaluationJobType jobType) |
Specifies whether the evaluation job is automated or human-based.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time the evaluation job was last modified.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.outputDataConfig(Consumer<EvaluationOutputDataConfig.Builder> outputDataConfig) |
Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.outputDataConfig(EvaluationOutputDataConfig outputDataConfig) |
Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM service role used in the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.status(String status) |
The current status of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.status(EvaluationJobStatus status) |
The current status of the evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.toBuilder() |
|