Class: Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployed_model_refs::Array<::Google::Cloud::AIPlatform::V1::DeployedModelRef>

Returns References to the DeployedModels that share the specified deploymentResourcePool.

Returns:



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>

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns DEPRECATED Use deployed_model_refs instead.

Returns:



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.

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.



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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