| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.clone() |
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withInferenceBenchmark(RecommendationJobInferenceBenchmark inferenceBenchmark)
The details for a specific benchmark.
|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withJobName(String jobName)
The name of the Inference Recommender job.
|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withStatus(RecommendationJobStatus status)
The current status of the benchmark.
|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withStatus(String status)
The current status of the benchmark.
|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withStepType(RecommendationStepType stepType)
The type of the subtask.
|
InferenceRecommendationsJobStep |
InferenceRecommendationsJobStep.withStepType(String stepType)
The type of the subtask.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceRecommendationsJobStep> |
ListInferenceRecommendationsJobStepsResult.getSteps()
A list of all subtask details in Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobStepsResult |
ListInferenceRecommendationsJobStepsResult.withSteps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceRecommendationsJobStepsResult.setSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
ListInferenceRecommendationsJobStepsResult |
ListInferenceRecommendationsJobStepsResult.withSteps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
Copyright © 2025. All rights reserved.