GetBlobCredentialsResponse¶ class baseten.client.managementapi.GetBlobCredentialsResponse(*, creds, s3_key, s3_bucket)¶ Bases: BaseModel Parameters: creds (AWSCredentials) s3_key (str) s3_bucket (str) model_config = {}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].