Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TrialComponentArtifact.Builder
-
Packages that use TrialComponentArtifact.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentArtifact.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialComponentArtifact.Builder Modifier and Type Method Description static TrialComponentArtifact.BuilderTrialComponentArtifact. builder()TrialComponentArtifact.BuilderTrialComponentArtifact.Builder. mediaType(String mediaType)The media type of the artifact, which indicates the type of data in the artifact file.TrialComponentArtifact.BuilderTrialComponentArtifact. toBuilder()TrialComponentArtifact.BuilderTrialComponentArtifact.Builder. value(String value)The location of the artifact.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentArtifact.Builder Modifier and Type Method Description static Class<? extends TrialComponentArtifact.Builder>TrialComponentArtifact. serializableBuilderClass()
-