Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCardExportJobSummary
-
Packages that use ModelCardExportJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ModelCardExportJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelCardExportJobSummary Modifier and Type Method Description List<ModelCardExportJobSummary>ListModelCardExportJobsResponse. modelCardExportJobSummaries()The summaries of the listed model card export jobs.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCardExportJobSummary Modifier and Type Method Description ListModelCardExportJobsResponse.BuilderListModelCardExportJobsResponse.Builder. modelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries)The summaries of the listed model card export jobs.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelCardExportJobSummary Modifier and Type Method Description ListModelCardExportJobsResponse.BuilderListModelCardExportJobsResponse.Builder. modelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)The summaries of the listed model card export jobs. -
Uses of ModelCardExportJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ModelCardExportJobSummary Modifier and Type Method Description SdkIterable<ModelCardExportJobSummary>ListModelCardExportJobsIterable. modelCardExportJobSummaries()Returns an iterable to iterate through the paginatedListModelCardExportJobsResponse.modelCardExportJobSummaries()member.SdkPublisher<ModelCardExportJobSummary>ListModelCardExportJobsPublisher. modelCardExportJobSummaries()Returns a publisher that can be used to get a stream of data.
-