Skip to content

ServiceTier when using Vertex AI #972

@symphony-enrico

Description

@symphony-enrico

When using Vertex AI, if I try to set the ServiceTier (e.g: FLEX), I receive the following error:

{
  "error": {
    "code": 400,
    "message": "Invalid value at 'service_tier' (type.googleapis.com/google.cloud.aiplatform.v1beta1.ServiceTier), \"flex\"",
    "status": "INVALID_ARGUMENT",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.BadRequest",
        "fieldViolations": [
          {
            "field": "service_tier",
            "description": "Invalid value at 'service_tier' (type.googleapis.com/google.cloud.aiplatform.v1beta1.ServiceTier), \"flex\""
          }
        ]
      }
    ]
  }
}

This problem seems very similar to: googleapis/js-genai#1468 in particular see googleapis/js-genai#1468 (comment)

Metadata

Metadata

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions