Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment

The customized sandbox runtime environment for BYOC.

Inheritance
object
GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX