Interface EvaluationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>,SdkBuilder<EvaluationSummary.Builder,EvaluationSummary>,SdkPojo
- Enclosing class:
- EvaluationSummary
public static interface EvaluationSummary.Builder extends SdkPojo, CopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSummary.BuildercreationTime(Instant creationTime)When the model evaluation job was created.EvaluationSummary.BuilderevaluationTaskTypes(Collection<EvaluationTaskType> evaluationTaskTypes)What task type was used in the model evaluation job.EvaluationSummary.BuilderevaluationTaskTypes(EvaluationTaskType... evaluationTaskTypes)What task type was used in the model evaluation job.EvaluationSummary.BuilderevaluationTaskTypesWithStrings(String... evaluationTaskTypes)What task type was used in the model evaluation job.EvaluationSummary.BuilderevaluationTaskTypesWithStrings(Collection<String> evaluationTaskTypes)What task type was used in the model evaluation job.EvaluationSummary.BuilderjobArn(String jobArn)The Amazon Resource Name (ARN) of the model evaluation job.EvaluationSummary.BuilderjobName(String jobName)The name of the model evaluation job.EvaluationSummary.BuilderjobType(String jobType)The type, either human or automatic, of model evaluation job.EvaluationSummary.BuilderjobType(EvaluationJobType jobType)The type, either human or automatic, of model evaluation job.EvaluationSummary.BuildermodelIdentifiers(String... modelIdentifiers)The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.EvaluationSummary.BuildermodelIdentifiers(Collection<String> modelIdentifiers)The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.EvaluationSummary.Builderstatus(String status)The current status of the model evaluation job.EvaluationSummary.Builderstatus(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 Detail
-
jobArn
EvaluationSummary.Builder jobArn(String 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
EvaluationSummary.Builder jobName(String 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
EvaluationSummary.Builder status(String 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:
EvaluationJobStatus,EvaluationJobStatus
-
status
EvaluationSummary.Builder status(EvaluationJobStatus 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:
EvaluationJobStatus,EvaluationJobStatus
-
creationTime
EvaluationSummary.Builder creationTime(Instant 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
EvaluationSummary.Builder jobType(String 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:
EvaluationJobType,EvaluationJobType
-
jobType
EvaluationSummary.Builder jobType(EvaluationJobType 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:
EvaluationJobType,EvaluationJobType
-
evaluationTaskTypesWithStrings
EvaluationSummary.Builder evaluationTaskTypesWithStrings(Collection<String> 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.
-
evaluationTaskTypesWithStrings
EvaluationSummary.Builder evaluationTaskTypesWithStrings(String... 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
EvaluationSummary.Builder evaluationTaskTypes(Collection<EvaluationTaskType> 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
EvaluationSummary.Builder evaluationTaskTypes(EvaluationTaskType... 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
EvaluationSummary.Builder modelIdentifiers(Collection<String> 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
EvaluationSummary.Builder modelIdentifiers(String... 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.
-
-