DockerAuth¶
- class baseten.client.managementapi.DockerAuth(*, registry, auth_method, gcp_service_account_json_docker_auth=None, aws_iam_docker_auth=None, aws_oidc_docker_auth=None, gcp_oidc_docker_auth=None, registry_secret_docker_auth=None)¶
Bases:
BaseModel- Parameters:
registry (str)
auth_method (DockerAuthType)
gcp_service_account_json_docker_auth (GcpServiceAccountJsonDockerAuth | None)
aws_iam_docker_auth (AwsIamDockerAuth | None)
aws_oidc_docker_auth (AwsOidcDockerAuth | None)
gcp_oidc_docker_auth (GcpOidcDockerAuth | None)
registry_secret_docker_auth (RegistrySecretDockerAuth | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].