Interface InferenceRecommendationsJobStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceRecommendationsJobStep.Builder,
,InferenceRecommendationsJobStep> SdkBuilder<InferenceRecommendationsJobStep.Builder,
,InferenceRecommendationsJobStep> SdkPojo
- Enclosing class:
InferenceRecommendationsJobStep
-
Method Summary
Modifier and TypeMethodDescriptioninferenceBenchmark
(Consumer<RecommendationJobInferenceBenchmark.Builder> inferenceBenchmark) The details for a specific benchmark.inferenceBenchmark
(RecommendationJobInferenceBenchmark inferenceBenchmark) The details for a specific benchmark.The name of the Inference Recommender job.The current status of the benchmark.status
(RecommendationJobStatus status) The current status of the benchmark.The type of the subtask.stepType
(RecommendationStepType stepType) The type of the subtask.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
-
stepType
The type of the subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types.- Parameters:
stepType
- The type of the subtask.BENCHMARK
: Evaluate the performance of your model on different instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepType
The type of the subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types.- Parameters:
stepType
- The type of the subtask.BENCHMARK
: Evaluate the performance of your model on different instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobName
The name of the Inference Recommender job.
- Parameters:
jobName
- The name of the Inference Recommender job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the benchmark.
- Parameters:
status
- The current status of the benchmark.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the benchmark.
- Parameters:
status
- The current status of the benchmark.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inferenceBenchmark
InferenceRecommendationsJobStep.Builder inferenceBenchmark(RecommendationJobInferenceBenchmark inferenceBenchmark) The details for a specific benchmark.
- Parameters:
inferenceBenchmark
- The details for a specific benchmark.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceBenchmark
default InferenceRecommendationsJobStep.Builder inferenceBenchmark(Consumer<RecommendationJobInferenceBenchmark.Builder> inferenceBenchmark) The details for a specific benchmark.
This is a convenience method that creates an instance of theRecommendationJobInferenceBenchmark.Builder
avoiding the need to create one manually viaRecommendationJobInferenceBenchmark.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinferenceBenchmark(RecommendationJobInferenceBenchmark)
.- Parameters:
inferenceBenchmark
- a consumer that will call methods onRecommendationJobInferenceBenchmark.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-