Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentSummary
-
Packages that use InferenceComponentSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of InferenceComponentSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentSummary Modifier and Type Method Description List<InferenceComponentSummary>ListInferenceComponentsResponse. inferenceComponents()A list of inference components and their properties that matches any of the filters you specified in the request.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentSummary Modifier and Type Method Description ListInferenceComponentsResponse.BuilderListInferenceComponentsResponse.Builder. inferenceComponents(InferenceComponentSummary... inferenceComponents)A list of inference components and their properties that matches any of the filters you specified in the request.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentSummary Modifier and Type Method Description ListInferenceComponentsResponse.BuilderListInferenceComponentsResponse.Builder. inferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)A list of inference components and their properties that matches any of the filters you specified in the request. -
Uses of InferenceComponentSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type InferenceComponentSummary Modifier and Type Method Description SdkIterable<InferenceComponentSummary>ListInferenceComponentsIterable. inferenceComponents()Returns an iterable to iterate through the paginatedListInferenceComponentsResponse.inferenceComponents()member.SdkPublisher<InferenceComponentSummary>ListInferenceComponentsPublisher. inferenceComponents()Returns a publisher that can be used to get a stream of data.
-