View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeploymentResourcePool (google_api_ai_platform v0.13.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. -
disableContainerLogging
(type:boolean()
, default:nil
) - If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the container(s) of the DeploymentResourcePool will sendstderr
andstdout
streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to Cloud Logging pricing. User can disable container logging by setting this flag to true. -
encryptionSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t
, default:nil
) - Customer-managed encryption key spec for a DeploymentResourcePool. If set, this DeploymentResourcePool will be secured by this key. Endpoints and the DeploymentResourcePool they deploy in need to have the same EncryptionSpec. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the DeploymentResourcePool. Format:projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
-
satisfiesPzi
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
satisfiesPzs
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
serviceAccount
(type:String.t
, default:nil
) - The service account that the DeploymentResourcePool's container(s) run as. Specify the email address of the service account. If this service account is not specified, the container(s) run as a service account that doesn't have access to the resource project. Users deploying the Models to this DeploymentResourcePool must have theiam.serviceAccounts.actAs
permission on this service account.
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, disableContainerLogging: boolean() | nil, encryptionSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t() | nil, name: String.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, serviceAccount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.