Class GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment
The customized sandbox runtime environment for BYOC.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment : IDirectResponseSchema
Properties
CustomContainerSpec
The specification of the custom container environment.
Declaration
[JsonProperty("customContainerSpec")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerSpec CustomContainerSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ports
Ports to expose from the container.
Declaration
[JsonProperty("ports")]
public virtual IList<GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort> Ports { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort> |
Resources
Resource requests and limits for the container.
Declaration
[JsonProperty("resources")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateResourceRequirements Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1SandboxEnvironmentTemplateResourceRequirements |