Class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
Persistent resource based runtime detail. For more information, refer to https://cloud.google.com/vertex-ai/docs/training/persistent-resource-overview
Inheritance
GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
Implements
Inherited Members
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? |