Class GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec
Compute configuration to use for an execution job.
Implements
Inherited Members
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 |