PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail class final

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

Inheritance
  • Object
  • ProtoMessage
  • PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail

Constructors

PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail({String persistentResourceName = '', int taskResourceUnavailableWaitTimeMs = 0, PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail_TaskResourceUnavailableTimeoutBehavior taskResourceUnavailableTimeoutBehavior = PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail_TaskResourceUnavailableTimeoutBehavior.$default})
PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
persistentResourceName String
Persistent resource name. Format: projects/{project}/locations/{location}/persistentResources/{persistent_resource}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskResourceUnavailableTimeoutBehavior PipelineJob_RuntimeConfig_PersistentResourceRuntimeDetail_TaskResourceUnavailableTimeoutBehavior
Specifies the behavior to take if the timeout is reached.
final
taskResourceUnavailableWaitTimeMs int
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String