Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListArtifactsResponse
-
Packages that use ListArtifactsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListArtifactsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListArtifactsResponse Modifier and Type Method Description default ListArtifactsResponseSageMakerClient. listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)Lists the artifacts in your account and their properties.default ListArtifactsResponseSageMakerClient. listArtifacts(ListArtifactsRequest listArtifactsRequest)Lists the artifacts in your account and their properties.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListArtifactsResponse Modifier and Type Method Description default CompletableFuture<ListArtifactsResponse>SageMakerAsyncClient. listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)Lists the artifacts in your account and their properties.default CompletableFuture<ListArtifactsResponse>SageMakerAsyncClient. listArtifacts(ListArtifactsRequest listArtifactsRequest)Lists the artifacts in your account and their properties. -
Uses of ListArtifactsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListArtifactsResponse Modifier and Type Method Description Iterator<ListArtifactsResponse>ListArtifactsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListArtifactsResponse Modifier and Type Method Description voidListArtifactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListArtifactsResponse> subscriber)
-