Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListArtifactsResponse.Builder
-
Packages that use ListArtifactsResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListArtifactsResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListArtifactsResponse.Builder Modifier and Type Method Description ListArtifactsResponse.BuilderListArtifactsResponse.Builder. artifactSummaries(Collection<ArtifactSummary> artifactSummaries)A list of artifacts and their properties.ListArtifactsResponse.BuilderListArtifactsResponse.Builder. artifactSummaries(Consumer<ArtifactSummary.Builder>... artifactSummaries)A list of artifacts and their properties.ListArtifactsResponse.BuilderListArtifactsResponse.Builder. artifactSummaries(ArtifactSummary... artifactSummaries)A list of artifacts and their properties.static ListArtifactsResponse.BuilderListArtifactsResponse. builder()ListArtifactsResponse.BuilderListArtifactsResponse.Builder. nextToken(String nextToken)A token for getting the next set of artifacts, if there are any.ListArtifactsResponse.BuilderListArtifactsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListArtifactsResponse.Builder Modifier and Type Method Description static Class<? extends ListArtifactsResponse.Builder>ListArtifactsResponse. serializableBuilderClass()
-