Class: Google::Cloud::AIPlatform::V1::QueryDeployedModelsRequest

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

Request message for QueryDeployedModels method.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_resource_pool::String

Returns 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}



155
156
157
158
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 155

class QueryDeployedModelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns 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.



155
156
157
158
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 155

class QueryDeployedModelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



155
156
157
158
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 155

class QueryDeployedModelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end