View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QueryDeployedModelsResponse (google_api_ai_platform v0.13.0)
Response message for QueryDeployedModels method.
Attributes
-
deployedModelRefs
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModelRef.t)
, default:nil
) - References to the DeployedModels that share the specified deploymentResourcePool. -
deployedModels
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModel.t)
, default:nil
) - DEPRECATED Use deployed_model_refs instead. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
totalDeployedModelCount
(type:integer()
, default:nil
) - The total number of DeployedModels on this DeploymentResourcePool. -
totalEndpointCount
(type:integer()
, default:nil
) - The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QueryDeployedModelsResponse{ deployedModelRefs: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModelRef.t() ] | nil, deployedModels: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModel.t()] | nil, nextPageToken: String.t() | nil, totalDeployedModelCount: integer() | nil, totalEndpointCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.