Class GoogleCloudAiplatformV1WorkerPoolSpec
Represents the spec of a worker pool in a job.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1WorkerPoolSpec : IDirectResponseSchema
Properties
ContainerSpec
The custom container task.
Declaration
[JsonProperty("containerSpec")]
public virtual GoogleCloudAiplatformV1ContainerSpec ContainerSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ContainerSpec |
DiskSpec
Disk spec.
Declaration
[JsonProperty("diskSpec")]
public virtual GoogleCloudAiplatformV1DiskSpec DiskSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DiskSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineSpec
Optional. Immutable. The specification of a single machine.
Declaration
[JsonProperty("machineSpec")]
public virtual GoogleCloudAiplatformV1MachineSpec MachineSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1MachineSpec |
NfsMounts
Optional. List of NFS mount spec.
Declaration
[JsonProperty("nfsMounts")]
public virtual IList<GoogleCloudAiplatformV1NfsMount> NfsMounts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1NfsMount> |
PythonPackageSpec
The Python packaged task.
Declaration
[JsonProperty("pythonPackageSpec")]
public virtual GoogleCloudAiplatformV1PythonPackageSpec PythonPackageSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PythonPackageSpec |
ReplicaCount
Optional. The number of worker replicas to use for this worker pool.
Declaration
[JsonProperty("replicaCount")]
public virtual long? ReplicaCount { get; set; }
Property Value
Type | Description |
---|---|
long? |