static GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.builder() |
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.creationTime(Instant creationTime) |
When the model evaluation job was created.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.customerEncryptionKeyId(String customerEncryptionKeyId) |
The Amazon Resource Name (ARN) of the customer managed key specified when the model evaluation job was
created.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.evaluationConfig(Consumer<EvaluationConfig.Builder> 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.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.evaluationConfig(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.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.failureMessages(String... failureMessages) |
An array of strings the specify why the model evaluation job has failed.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.failureMessages(Collection<String> failureMessages) |
An array of strings the specify why the model evaluation job has failed.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.inferenceConfig(Consumer<EvaluationInferenceConfig.Builder> inferenceConfig) |
Details about the models you specified in your model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.inferenceConfig(EvaluationInferenceConfig inferenceConfig) |
Details about the models you specified in your model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobArn(String jobArn) |
The Amazon Resource Name (ARN) of the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobDescription(String jobDescription) |
The description of the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobName(String jobName) |
The name of the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobType(String jobType) |
The type of model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.jobType(EvaluationJobType jobType) |
The type of model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
When the model evaluation job was last modified.
|
default GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.outputDataConfig(Consumer<EvaluationOutputDataConfig.Builder> outputDataConfig) |
Amazon S3 location for where output data is saved.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.outputDataConfig(EvaluationOutputDataConfig outputDataConfig) |
Amazon S3 location for where output data is saved.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM service role used in the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.status(String status) |
The status of the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.Builder.status(EvaluationJobStatus status) |
The status of the model evaluation job.
|
GetEvaluationJobResponse.Builder |
GetEvaluationJobResponse.toBuilder() |
|