Interface EvaluationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationSummary.Builder,
,EvaluationSummary> SdkBuilder<EvaluationSummary.Builder,
,EvaluationSummary> SdkPojo
- Enclosing class:
EvaluationSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the model evaluation job was created.evaluationTaskTypes
(Collection<EvaluationTaskType> evaluationTaskTypes) What task type was used in the model evaluation job.evaluationTaskTypes
(EvaluationTaskType... evaluationTaskTypes) What task type was used in the model evaluation job.evaluationTaskTypesWithStrings
(String... evaluationTaskTypes) What task type was used in the model evaluation job.evaluationTaskTypesWithStrings
(Collection<String> evaluationTaskTypes) What task type was used in the model evaluation job.The Amazon Resource Name (ARN) of the model evaluation job.The name of the model evaluation job.The type, either human or automatic, of model evaluation job.jobType
(EvaluationJobType jobType) The type, either human or automatic, of model evaluation job.modelIdentifiers
(String... modelIdentifiers) The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.modelIdentifiers
(Collection<String> modelIdentifiers) The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.The current status of the model evaluation job.status
(EvaluationJobStatus status) The current status of the model evaluation job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobArn
The Amazon Resource Name (ARN) of the model evaluation job.
- Parameters:
jobArn
- The Amazon Resource Name (ARN) of the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of the model evaluation job.
- Parameters:
jobName
- The name of the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the model evaluation job.
- Parameters:
status
- The current status of the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the model evaluation job.
- Parameters:
status
- The current status of the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
When the model evaluation job was created.
- Parameters:
creationTime
- When the model evaluation job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The type, either human or automatic, of model evaluation job.
- Parameters:
jobType
- The type, either human or automatic, of model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The type, either human or automatic, of model evaluation job.
- Parameters:
jobType
- The type, either human or automatic, of model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationTaskTypesWithStrings
What task type was used in the model evaluation job.
- Parameters:
evaluationTaskTypes
- What task type was used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationTaskTypesWithStrings
What task type was used in the model evaluation job.
- Parameters:
evaluationTaskTypes
- What task type was used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationTaskTypes
What task type was used in the model evaluation job.
- Parameters:
evaluationTaskTypes
- What task type was used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationTaskTypes
What task type was used in the model evaluation job.
- Parameters:
evaluationTaskTypes
- What task type was used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelIdentifiers
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
- Parameters:
modelIdentifiers
- The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelIdentifiers
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
- Parameters:
modelIdentifiers
- The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-