Class GoogleCloudAiplatformV1DeploymentResourcePool
A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeploymentResourcePool : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when this DeploymentResourcePool was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DedicatedResources
Required. The underlying DedicatedResources that the DeploymentResourcePool uses.
Declaration
[JsonProperty("dedicatedResources")]
public virtual GoogleCloudAiplatformV1DedicatedResources DedicatedResources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DedicatedResources |
DisableContainerLogging
If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the
container(s) of the DeploymentResourcePool will send stderr
and stdout
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.
Declaration
[JsonProperty("disableContainerLogging")]
public virtual bool? DisableContainerLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionSpec
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.
Declaration
[JsonProperty("encryptionSpec")]
public virtual GoogleCloudAiplatformV1EncryptionSpec EncryptionSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1EncryptionSpec |
Name
Immutable. The resource name of the DeploymentResourcePool. Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SatisfiesPzi
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SatisfiesPzs
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ServiceAccount
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 the iam.serviceAccounts.actAs
permission on this service account.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |