View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeploymentResourcePool (google_api_ai_platform v0.7.0)
A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this DeploymentResourcePool was created. -
dedicatedResources
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DedicatedResources.t
, default:nil
) - Required. The underlying DedicatedResources that the DeploymentResourcePool uses. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the DeploymentResourcePool. Format:projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeploymentResourcePool{ createTime: DateTime.t() | nil, dedicatedResources: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DedicatedResources.t() | nil, name: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.