Class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
Compute configuration to use for an execution job.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec : 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 GoogleCloudAiplatformV1beta1MachineSpec MachineSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MachineSpec |
NetworkSpec
The network configuration to use for the execution job.
Declaration
[JsonProperty("networkSpec")]
public virtual GoogleCloudAiplatformV1beta1NetworkSpec NetworkSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1NetworkSpec |
PersistentDiskSpec
The specification of a persistent disk to attach for the execution job.
Declaration
[JsonProperty("persistentDiskSpec")]
public virtual GoogleCloudAiplatformV1beta1PersistentDiskSpec PersistentDiskSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1PersistentDiskSpec |