public static interface InferenceRecommendationsJobStep.Builder extends SdkPojo, CopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>
| Modifier and Type | Method and Description |
|---|---|
default InferenceRecommendationsJobStep.Builder |
inferenceBenchmark(Consumer<RecommendationJobInferenceBenchmark.Builder> inferenceBenchmark)
The details for a specific benchmark.
|
InferenceRecommendationsJobStep.Builder |
inferenceBenchmark(RecommendationJobInferenceBenchmark inferenceBenchmark)
The details for a specific benchmark.
|
InferenceRecommendationsJobStep.Builder |
jobName(String jobName)
The name of the Inference Recommender job.
|
InferenceRecommendationsJobStep.Builder |
status(RecommendationJobStatus status)
The current status of the benchmark.
|
InferenceRecommendationsJobStep.Builder |
status(String status)
The current status of the benchmark.
|
InferenceRecommendationsJobStep.Builder |
stepType(RecommendationStepType stepType)
The type of the subtask.
|
InferenceRecommendationsJobStep.Builder |
stepType(String stepType)
The type of the subtask.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceRecommendationsJobStep.Builder stepType(String stepType)
The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
stepType - The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepType,
RecommendationStepTypeInferenceRecommendationsJobStep.Builder stepType(RecommendationStepType stepType)
The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
stepType - The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepType,
RecommendationStepTypeInferenceRecommendationsJobStep.Builder jobName(String jobName)
The name of the Inference Recommender job.
jobName - The name of the Inference Recommender job.InferenceRecommendationsJobStep.Builder status(String status)
The current status of the benchmark.
status - The current status of the benchmark.RecommendationJobStatus,
RecommendationJobStatusInferenceRecommendationsJobStep.Builder status(RecommendationJobStatus status)
The current status of the benchmark.
status - The current status of the benchmark.RecommendationJobStatus,
RecommendationJobStatusInferenceRecommendationsJobStep.Builder inferenceBenchmark(RecommendationJobInferenceBenchmark inferenceBenchmark)
The details for a specific benchmark.
inferenceBenchmark - The details for a specific benchmark.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 via
RecommendationJobInferenceBenchmark.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inferenceBenchmark(RecommendationJobInferenceBenchmark).
inferenceBenchmark - a consumer that will call methods on RecommendationJobInferenceBenchmark.BuilderinferenceBenchmark(RecommendationJobInferenceBenchmark)Copyright © 2023. All rights reserved.