Model Docker Section Base Image Registry Args
data class ModelDockerSectionBaseImageRegistryArgs(val address: Output<String>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ModelDockerSectionBaseImageRegistryArgs>
Image registry that contains the base image.
Constructors
Link copied to clipboard
fun ModelDockerSectionBaseImageRegistryArgs(address: Output<String>? = null, password: Output<String>? = null, username: Output<String>? = null)