Agent Platform API . vertexExpress . Eligibility

Instance Methods

check(x__xgafv=None)

Checks whether the user is eligible to sign up for Vertex AI Express Mode.

close()

Close httplib2 connections.

Method Details

check(x__xgafv=None)
Checks whether the user is eligible to sign up for Vertex AI Express Mode.

Args:
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for ExpressModeService.CheckSignUpEligibility.
  "eligibility": "A String", # The eligibility status of the user.
}
close()
Close httplib2 connections.