Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec

Compute configuration to use for an execution job.

Inheritance
object
GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec
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 GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MachineSpec

The specification of a single machine for the execution job.

Declaration
[JsonProperty("machineSpec")]
public virtual GoogleCloudAiplatformV1MachineSpec MachineSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MachineSpec

NetworkSpec

The network configuration to use for the execution job.

Declaration
[JsonProperty("networkSpec")]
public virtual GoogleCloudAiplatformV1NetworkSpec NetworkSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1NetworkSpec

PersistentDiskSpec

The specification of a persistent disk to attach for the execution job.

Declaration
[JsonProperty("persistentDiskSpec")]
public virtual GoogleCloudAiplatformV1PersistentDiskSpec PersistentDiskSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PersistentDiskSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX