| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ArtifactSource |
DescribeArtifactResponse.source()
The source of the artifact.
|
ArtifactSource |
DeleteArtifactRequest.source()
The URI of the source.
|
ArtifactSource |
CreateArtifactRequest.source()
The ID, ID type, and URI of the source.
|
ArtifactSource |
ArtifactSummary.source()
The source of the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeArtifactResponse.Builder |
DescribeArtifactResponse.Builder.source(ArtifactSource source)
The source of the artifact.
|
DeleteArtifactRequest.Builder |
DeleteArtifactRequest.Builder.source(ArtifactSource source)
The URI of the source.
|
CreateArtifactRequest.Builder |
CreateArtifactRequest.Builder.source(ArtifactSource source)
The ID, ID type, and URI of the source.
|
ArtifactSummary.Builder |
ArtifactSummary.Builder.source(ArtifactSource source)
The source of the artifact.
|
Copyright © 2022. All rights reserved.