| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationSummary |
EvaluationSummary.clone() |
EvaluationSummary |
EvaluationSummary.withCreationTime(Date creationTime)
When the model evaluation job was created.
|
EvaluationSummary |
EvaluationSummary.withEvaluationTaskTypes(Collection<String> evaluationTaskTypes)
What task type was used in the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withEvaluationTaskTypes(EvaluationTaskType... evaluationTaskTypes)
What task type was used in the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withEvaluationTaskTypes(String... evaluationTaskTypes)
What task type was used in the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withJobName(String jobName)
The name of the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withJobType(EvaluationJobType jobType)
The type, either human or automatic, of model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withJobType(String jobType)
The type, either human or automatic, of model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withModelIdentifiers(Collection<String> modelIdentifiers)
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withModelIdentifiers(String... modelIdentifiers)
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withStatus(EvaluationJobStatus status)
The current status of the model evaluation job.
|
EvaluationSummary |
EvaluationSummary.withStatus(String status)
The current status of the model evaluation job.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationSummary> |
ListEvaluationJobsResult.getJobSummaries()
A summary of the model evaluation jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListEvaluationJobsResult |
ListEvaluationJobsResult.withJobSummaries(EvaluationSummary... jobSummaries)
A summary of the model evaluation jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEvaluationJobsResult.setJobSummaries(Collection<EvaluationSummary> jobSummaries)
A summary of the model evaluation jobs.
|
ListEvaluationJobsResult |
ListEvaluationJobsResult.withJobSummaries(Collection<EvaluationSummary> jobSummaries)
A summary of the model evaluation jobs.
|
Copyright © 2025. All rights reserved.