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 = '', })
- 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.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Specifies the behavior to take if the timeout is reached.
final
-
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