View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PersistentResource (google_api_ai_platform v0.13.0)
Represents long-lasting resources that are dedicated to users to runs custom workloads. A PersistentResource can have multiple node pools and each node pool can have its own machine spec.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the PersistentResource was created. -
displayName
(type:String.t
, default:nil
) - Optional. The display name of the PersistentResource. The name can be up to 128 characters long and can consist of any UTF-8 characters. -
encryptionSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t
, default:nil
) - Optional. Customer-managed encryption key spec for a PersistentResource. If set, this PersistentResource and all sub-resources of this PersistentResource will be secured by this key. -
error
(type:GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t
, default:nil
) - Output only. Only populated when persistent resource's state isSTOPPING
orERROR
. -
labels
(type:map()
, default:nil
) - Optional. The labels with user-defined metadata to organize PersistentResource. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. -
name
(type:String.t
, default:nil
) - Immutable. Resource name of a PersistentResource. -
network
(type:String.t
, default:nil
) - Optional. The full name of the Compute Engine network to peered with Vertex AI to host the persistent resources. For example,projects/12345/global/networks/myVPC
. Format is of the formprojects/{project}/global/networks/{network}
. Where {project} is a project number, as in12345
, and {network} is a network name. To specify this field, you must have already configured VPC Network Peering for Vertex AI. If this field is left unspecified, the resources aren't peered with any network. -
reservedIpRanges
(type:list(String.t)
, default:nil
) - Optional. A list of names for the reserved IP ranges under the VPC network that can be used for this persistent resource. If set, we will deploy the persistent resource within the provided IP ranges. Otherwise, the persistent resource is deployed to any IP ranges under the provided VPC network. Example: ['vertex-ai-ip-range']. -
resourcePools
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourcePool.t)
, default:nil
) - Required. The spec of the pools of different resources. -
resourceRuntime
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntime.t
, default:nil
) - Output only. Runtime information of the Persistent Resource. -
resourceRuntimeSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntimeSpec.t
, default:nil
) - Optional. Persistent Resource runtime spec. For example, used for Ray cluster configuration. -
satisfiesPzi
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
satisfiesPzs
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Time when the PersistentResource for the first time entered theRUNNING
state. -
state
(type:String.t
, default:nil
) - Output only. The detailed state of a Study. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the PersistentResource was most recently updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PersistentResource{ createTime: DateTime.t() | nil, displayName: String.t() | nil, encryptionSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t() | nil, error: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil, labels: map() | nil, name: String.t() | nil, network: String.t() | nil, reservedIpRanges: [String.t()] | nil, resourcePools: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourcePool.t()] | nil, resourceRuntime: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntime.t() | nil, resourceRuntimeSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntimeSpec.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.