Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ArtifactSource.Builder
-
Packages that use ArtifactSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ArtifactSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ArtifactSource.Builder Modifier and Type Method Description static ArtifactSource.BuilderArtifactSource. builder()ArtifactSource.BuilderArtifactSource.Builder. sourceTypes(Collection<ArtifactSourceType> sourceTypes)A list of source types.ArtifactSource.BuilderArtifactSource.Builder. sourceTypes(Consumer<ArtifactSourceType.Builder>... sourceTypes)A list of source types.ArtifactSource.BuilderArtifactSource.Builder. sourceTypes(ArtifactSourceType... sourceTypes)A list of source types.ArtifactSource.BuilderArtifactSource.Builder. sourceUri(String sourceUri)The URI of the source.ArtifactSource.BuilderArtifactSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ArtifactSource.Builder Modifier and Type Method Description static Class<? extends ArtifactSource.Builder>ArtifactSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ArtifactSource.Builder Modifier and Type Method Description default ArtifactSummary.BuilderArtifactSummary.Builder. source(Consumer<ArtifactSource.Builder> source)The source of the artifact.default CreateArtifactRequest.BuilderCreateArtifactRequest.Builder. source(Consumer<ArtifactSource.Builder> source)The ID, ID type, and URI of the source.default DeleteArtifactRequest.BuilderDeleteArtifactRequest.Builder. source(Consumer<ArtifactSource.Builder> source)The URI of the source.default DescribeArtifactResponse.BuilderDescribeArtifactResponse.Builder. source(Consumer<ArtifactSource.Builder> source)The source of the artifact.
-