| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationJobResult |
AbstractAmazonBedrock.getEvaluationJob(GetEvaluationJobRequest request) |
GetEvaluationJobResult |
AmazonBedrock.getEvaluationJob(GetEvaluationJobRequest getEvaluationJobRequest)
Retrieves the properties associated with a model evaluation job, including the status of the job.
|
GetEvaluationJobResult |
AmazonBedrockClient.getEvaluationJob(GetEvaluationJobRequest request)
Retrieves the properties associated with a model evaluation job, including the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEvaluationJobResult> |
AbstractAmazonBedrockAsync.getEvaluationJobAsync(GetEvaluationJobRequest request,
AsyncHandler<GetEvaluationJobRequest,GetEvaluationJobResult> asyncHandler) |
Future<GetEvaluationJobResult> |
AmazonBedrockAsync.getEvaluationJobAsync(GetEvaluationJobRequest getEvaluationJobRequest,
AsyncHandler<GetEvaluationJobRequest,GetEvaluationJobResult> asyncHandler)
Retrieves the properties associated with a model evaluation job, including the status of the job.
|
Future<GetEvaluationJobResult> |
AmazonBedrockAsyncClient.getEvaluationJobAsync(GetEvaluationJobRequest request,
AsyncHandler<GetEvaluationJobRequest,GetEvaluationJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationJobResult |
GetEvaluationJobResult.clone() |
GetEvaluationJobResult |
GetEvaluationJobResult.withCreationTime(Date creationTime)
When the model evaluation job was created.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withCustomerEncryptionKeyId(String customerEncryptionKeyId)
The Amazon Resource Name (ARN) of the customer managed key specified when the model evaluation job was created.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withEvaluationConfig(EvaluationConfig evaluationConfig)
Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets
used, and any custom metrics you defined.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withFailureMessages(Collection<String> failureMessages)
An array of strings the specify why the model evaluation job has failed.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withFailureMessages(String... failureMessages)
An array of strings the specify why the model evaluation job has failed.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withInferenceConfig(EvaluationInferenceConfig inferenceConfig)
Details about the models you specified in your model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobDescription(String jobDescription)
The description of the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobName(String jobName)
The name of the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobType(EvaluationJobType jobType)
The type of model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withJobType(String jobType)
The type of model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withLastModifiedTime(Date lastModifiedTime)
When the model evaluation job was last modified.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withOutputDataConfig(EvaluationOutputDataConfig outputDataConfig)
Amazon S3 location for where output data is saved.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role used in the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withStatus(EvaluationJobStatus status)
The status of the model evaluation job.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withStatus(String status)
The status of the model evaluation job.
|
Copyright © 2025. All rights reserved.