| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ArtifactSource |
ArtifactSource.clone() |
ArtifactSource |
ArtifactSummary.getSource()
The source of the artifact.
|
ArtifactSource |
DescribeArtifactResult.getSource()
The source of the artifact.
|
ArtifactSource |
DeleteArtifactRequest.getSource()
The URI of the source.
|
ArtifactSource |
CreateArtifactRequest.getSource()
The ID, ID type, and URI of the source.
|
ArtifactSource |
ArtifactSource.withSourceTypes(ArtifactSourceType... sourceTypes)
A list of source types.
|
ArtifactSource |
ArtifactSource.withSourceTypes(Collection<ArtifactSourceType> sourceTypes)
A list of source types.
|
ArtifactSource |
ArtifactSource.withSourceUri(String sourceUri)
The URI of the source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactSummary.setSource(ArtifactSource source)
The source of the artifact.
|
void |
DescribeArtifactResult.setSource(ArtifactSource source)
The source of the artifact.
|
void |
DeleteArtifactRequest.setSource(ArtifactSource source)
The URI of the source.
|
void |
CreateArtifactRequest.setSource(ArtifactSource source)
The ID, ID type, and URI of the source.
|
ArtifactSummary |
ArtifactSummary.withSource(ArtifactSource source)
The source of the artifact.
|
DescribeArtifactResult |
DescribeArtifactResult.withSource(ArtifactSource source)
The source of the artifact.
|
DeleteArtifactRequest |
DeleteArtifactRequest.withSource(ArtifactSource source)
The URI of the source.
|
CreateArtifactRequest |
CreateArtifactRequest.withSource(ArtifactSource source)
The ID, ID type, and URI of the source.
|
Copyright © 2024. All rights reserved.