Class: Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb
Overview
Response message for QueryDeployedModels method.
Instance Attribute Summary collapse
-
#deployed_model_refs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>
References to the DeployedModels that share the specified deploymentResourcePool.
-
#deployed_models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#total_deployed_model_count ⇒ ::Integer
The total number of DeployedModels on this DeploymentResourcePool.
-
#total_endpoint_count ⇒ ::Integer
The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
Instance Attribute Details
#deployed_model_refs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>
Returns References to the DeployedModels that share the specified deploymentResourcePool.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 180 class QueryDeployedModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployed_models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>
This field is deprecated and may be removed in the next major version update.
Returns DEPRECATED Use deployed_model_refs instead.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 180 class QueryDeployedModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 180 class QueryDeployedModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_deployed_model_count ⇒ ::Integer
Returns The total number of DeployedModels on this DeploymentResourcePool.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 180 class QueryDeployedModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_endpoint_count ⇒ ::Integer
Returns The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 180 class QueryDeployedModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |