Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail

Persistent resource based runtime detail. For more information about persistent resource, refer to https://cloud.google.com/vertex-ai/docs/training/persistent-resource-overview

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

Properties

ETag

The ETag of the item.

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

PersistentResourceName

Persistent resource name. Format: projects/{project}/locations/{location}/persistentResources/{persistent_resource}

Declaration
[JsonProperty("persistentResourceName")]
public virtual string PersistentResourceName { get; set; }
Property Value
Type Description
string

TaskResourceUnavailableTimeoutBehavior

Specifies the behavior to take if the timeout is reached.

Declaration
[JsonProperty("taskResourceUnavailableTimeoutBehavior")]
public virtual string TaskResourceUnavailableTimeoutBehavior { get; set; }
Property Value
Type Description
string

TaskResourceUnavailableWaitTimeMs

The max time a pipeline task waits for the required CPU, memory, or accelerator resource to become available from the specified persistent resource. Default wait time is 0.

Declaration
[JsonProperty("taskResourceUnavailableWaitTimeMs")]
public virtual long? TaskResourceUnavailableWaitTimeMs { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX