| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ArtifactSourceType |
ArtifactSourceType.clone() |
ArtifactSourceType |
ArtifactSourceType.withSourceIdType(ArtifactSourceIdType sourceIdType)
The type of ID.
|
ArtifactSourceType |
ArtifactSourceType.withSourceIdType(String sourceIdType)
The type of ID.
|
ArtifactSourceType |
ArtifactSourceType.withValue(String value)
The ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactSourceType> |
ArtifactSource.getSourceTypes()
A list of source types.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactSource |
ArtifactSource.withSourceTypes(ArtifactSourceType... sourceTypes)
A list of source types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactSource.setSourceTypes(Collection<ArtifactSourceType> sourceTypes)
A list of source types.
|
ArtifactSource |
ArtifactSource.withSourceTypes(Collection<ArtifactSourceType> sourceTypes)
A list of source types.
|
Copyright © 2025. All rights reserved.