Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1WorkerPoolSpec

Represents the spec of a worker pool in a job.

Inheritance
object
GoogleCloudAiplatformV1beta1WorkerPoolSpec
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1WorkerPoolSpec : IDirectResponseSchema

Properties

ContainerSpec

The custom container task.

Declaration
[JsonProperty("containerSpec")]
public virtual GoogleCloudAiplatformV1beta1ContainerSpec ContainerSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ContainerSpec

DiskSpec

Disk spec.

Declaration
[JsonProperty("diskSpec")]
public virtual GoogleCloudAiplatformV1beta1DiskSpec DiskSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DiskSpec

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 GoogleCloudAiplatformV1beta1MachineSpec MachineSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1MachineSpec

NfsMounts

Optional. List of NFS mount spec.

Declaration
[JsonProperty("nfsMounts")]
public virtual IList<GoogleCloudAiplatformV1beta1NfsMount> NfsMounts { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1NfsMount>

PythonPackageSpec

The Python packaged task.

Declaration
[JsonProperty("pythonPackageSpec")]
public virtual GoogleCloudAiplatformV1beta1PythonPackageSpec PythonPackageSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PythonPackageSpec

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX