| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InferenceRecommendationsJobStep> |
ListInferenceRecommendationsJobStepsResponse.steps()
A list of all subtask details in Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobStepsResponse.Builder |
ListInferenceRecommendationsJobStepsResponse.Builder.steps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobStepsResponse.Builder |
ListInferenceRecommendationsJobStepsResponse.Builder.steps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<InferenceRecommendationsJobStep> |
ListInferenceRecommendationsJobStepsPublisher.steps()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<InferenceRecommendationsJobStep> |
ListInferenceRecommendationsJobStepsIterable.steps()
Returns an iterable to iterate through the paginated
ListInferenceRecommendationsJobStepsResponse.steps()
member. |
Copyright © 2022. All rights reserved.