Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelSummary
-
Packages that use ModelSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ModelSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelSummary Modifier and Type Method Description List<ModelSummary>ListModelsResponse. models()An array ofModelSummaryobjects, each of which lists a model.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelSummary Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. models(ModelSummary... models)An array ofModelSummaryobjects, each of which lists a model.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelSummary Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. models(Collection<ModelSummary> models)An array ofModelSummaryobjects, each of which lists a model. -
Uses of ModelSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ModelSummary Modifier and Type Method Description SdkIterable<ModelSummary>ListModelsIterable. models()Returns an iterable to iterate through the paginatedListModelsResponse.models()member.SdkPublisher<ModelSummary>ListModelsPublisher. models()Returns a publisher that can be used to get a stream of data.
-