| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateArtifactResponse |
SageMakerClient.createArtifact(Consumer<CreateArtifactRequest.Builder> createArtifactRequest)
Creates an artifact.
|
default CreateArtifactResponse |
SageMakerClient.createArtifact(CreateArtifactRequest createArtifactRequest)
Creates an artifact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateArtifactResponse> |
SageMakerAsyncClient.createArtifact(Consumer<CreateArtifactRequest.Builder> createArtifactRequest)
Creates an artifact.
|
default CompletableFuture<CreateArtifactResponse> |
SageMakerAsyncClient.createArtifact(CreateArtifactRequest createArtifactRequest)
Creates an artifact.
|
Copyright © 2021. All rights reserved.