Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse (v0.38.0)

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

Response message for QueryDeployedModels method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_model_refs

def deployed_model_refs() -> ::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>
Returns

#deployed_model_refs=

def deployed_model_refs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>
Parameter
Returns

#deployed_models

def deployed_models() -> ::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>
Returns

#deployed_models=

def deployed_models=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

#total_deployed_model_count

def total_deployed_model_count() -> ::Integer
Returns
  • (::Integer) — The total number of DeployedModels on this DeploymentResourcePool.

#total_deployed_model_count=

def total_deployed_model_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of DeployedModels on this DeploymentResourcePool.
Returns
  • (::Integer) — The total number of DeployedModels on this DeploymentResourcePool.

#total_endpoint_count

def total_endpoint_count() -> ::Integer
Returns
  • (::Integer) — The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.

#total_endpoint_count=

def total_endpoint_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
Returns
  • (::Integer) — The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.