Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::QueryDeployedModelsRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::QueryDeployedModelsRequest.

Request message for QueryDeployedModels method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment_resource_pool

def deployment_resource_pool() -> ::String
Returns
  • (::String) — Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

#deployment_resource_pool=

def deployment_resource_pool=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Returns
  • (::String) — Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of DeployedModels to return. The service may return fewer than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of DeployedModels to return. The service may return fewer than this value.
Returns
  • (::Integer) — The maximum number of DeployedModels to return. The service may return fewer than this value.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token, received from a previous QueryDeployedModels call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryDeployedModels must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token, received from a previous QueryDeployedModels call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryDeployedModels must match the call that provided the page token.

Returns
  • (::String) — A page token, received from a previous QueryDeployedModels call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to QueryDeployedModels must match the call that provided the page token.