Uses of Class
software.amazon.awssdk.services.sagemaker.model.ArtifactSource
-
Packages that use ArtifactSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ArtifactSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ArtifactSource Modifier and Type Method Description ArtifactSourceArtifactSummary. source()The source of the artifact.ArtifactSourceCreateArtifactRequest. source()The ID, ID type, and URI of the source.ArtifactSourceDeleteArtifactRequest. source()The URI of the source.ArtifactSourceDescribeArtifactResponse. source()The source of the artifact.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ArtifactSource Modifier and Type Method Description ArtifactSummary.BuilderArtifactSummary.Builder. source(ArtifactSource source)The source of the artifact.CreateArtifactRequest.BuilderCreateArtifactRequest.Builder. source(ArtifactSource source)The ID, ID type, and URI of the source.DeleteArtifactRequest.BuilderDeleteArtifactRequest.Builder. source(ArtifactSource source)The URI of the source.DescribeArtifactResponse.BuilderDescribeArtifactResponse.Builder. source(ArtifactSource source)The source of the artifact.
-