Uses of Class
software.amazon.awscdk.services.sagemaker.CfnArtifact.Builder
Packages that use CfnArtifact.Builder
-
Uses of CfnArtifact.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnArtifact.BuilderModifier and TypeMethodDescriptionCfnArtifact.Builder.artifactName(String artifactName) The name of the artifact.CfnArtifact.Builder.artifactType(String artifactType) The artifact type.static CfnArtifact.BuilderCfnArtifact.Builder.metadataProperties(IResolvable metadataProperties) CfnArtifact.Builder.metadataProperties(CfnArtifact.MetadataPropertiesProperty metadataProperties) CfnArtifact.Builder.properties(Map<String, String> properties) A list of properties to add to the artifact.CfnArtifact.Builder.properties(IResolvable properties) A list of properties to add to the artifact.CfnArtifact.Builder.source(IResolvable source) CfnArtifact.Builder.source(CfnArtifact.ArtifactSourceProperty source) A list of tags to apply to the artifact.