Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SandboxEnvironmentTemplate

The specification of a SandboxEnvironmentTemplate. A SandboxEnvironmentTemplate defines a template for creating SandboxEnvironments.

Inheritance
object
GoogleCloudAiplatformV1SandboxEnvironmentTemplate
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 GoogleCloudAiplatformV1SandboxEnvironmentTemplate : 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. The timestamp when this SandboxEnvironmentTemplate was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CustomContainerEnvironment

The sandbox environment for custom container workloads.

Declaration
[JsonProperty("customContainerEnvironment")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment CustomContainerEnvironment { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment

DefaultContainerEnvironment

The sandbox environment for default container workloads.

Declaration
[JsonProperty("defaultContainerEnvironment")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment DefaultContainerEnvironment { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment

DisplayName

Required. The display name of the SandboxEnvironmentTemplate.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EgressControlConfig

Optional. The configuration for egress control of this template.

Declaration
[JsonProperty("egressControlConfig")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig EgressControlConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig

Name

Identifier. The resource name of the SandboxEnvironmentTemplate. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

State

Output only. The state of the sandbox environment template.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

WarmPoolConfig

Optional. The configuration for the warm pool of this template.

Declaration
[JsonProperty("warmPoolConfig")]
public virtual GoogleCloudAiplatformV1SandboxEnvironmentTemplateWarmPoolConfig WarmPoolConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SandboxEnvironmentTemplateWarmPoolConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX