Uses of Class
software.amazon.awssdk.services.sagemaker.model.RepositoryAccessMode
-
Packages that use RepositoryAccessMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RepositoryAccessMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RepositoryAccessMode Modifier and Type Method Description static RepositoryAccessModeRepositoryAccessMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RepositoryAccessModeImageConfig. repositoryAccessMode()Set this to one of the following values:static RepositoryAccessModeRepositoryAccessMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryAccessMode[]RepositoryAccessMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RepositoryAccessMode Modifier and Type Method Description static Set<RepositoryAccessMode>RepositoryAccessMode. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RepositoryAccessMode Modifier and Type Method Description ImageConfig.BuilderImageConfig.Builder. repositoryAccessMode(RepositoryAccessMode repositoryAccessMode)Set this to one of the following values:
-