Struct google_api_proto::google::cloud::aiplatform::v1beta1::PersistentResource
source · pub struct PersistentResource {Show 15 fields
pub name: String,
pub display_name: String,
pub resource_pools: Vec<ResourcePool>,
pub state: i32,
pub error: Option<Status>,
pub create_time: Option<Timestamp>,
pub start_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub labels: BTreeMap<String, String>,
pub network: String,
pub psc_interface_config: Option<PscInterfaceConfig>,
pub encryption_spec: Option<EncryptionSpec>,
pub resource_runtime_spec: Option<ResourceRuntimeSpec>,
pub resource_runtime: Option<ResourceRuntime>,
pub reserved_ip_ranges: Vec<String>,
}
Expand description
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.
Fields§
§name: String
Immutable. Resource name of a PersistentResource.
display_name: String
Optional. The display name of the PersistentResource. The name can be up to 128 characters long and can consist of any UTF-8 characters.
resource_pools: Vec<ResourcePool>
Required. The spec of the pools of different resources.
state: i32
Output only. The detailed state of a Study.
error: Option<Status>
Output only. Only populated when persistent resource’s state is STOPPING
or ERROR
.
create_time: Option<Timestamp>
Output only. Time when the PersistentResource was created.
start_time: Option<Timestamp>
Output only. Time when the PersistentResource for the first time entered
the RUNNING
state.
update_time: Option<Timestamp>
Output only. Time when the PersistentResource was most recently updated.
labels: BTreeMap<String, String>
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.
network: String
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 form projects/{project}/global/networks/{network}
.
Where {project} is a project number, as in 12345
, 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.
psc_interface_config: Option<PscInterfaceConfig>
Optional. Configuration for PSC-I for PersistentResource.
encryption_spec: Option<EncryptionSpec>
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.
resource_runtime_spec: Option<ResourceRuntimeSpec>
Optional. Persistent Resource runtime spec. For example, used for Ray cluster configuration.
resource_runtime: Option<ResourceRuntime>
Output only. Runtime information of the Persistent Resource.
reserved_ip_ranges: Vec<String>
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’].
Implementations§
Trait Implementations§
source§impl Clone for PersistentResource
impl Clone for PersistentResource
source§fn clone(&self) -> PersistentResource
fn clone(&self) -> PersistentResource
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PersistentResource
impl Debug for PersistentResource
source§impl Default for PersistentResource
impl Default for PersistentResource
source§impl Message for PersistentResource
impl Message for PersistentResource
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for PersistentResource
impl PartialEq for PersistentResource
source§fn eq(&self, other: &PersistentResource) -> bool
fn eq(&self, other: &PersistentResource) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PersistentResource
Auto Trait Implementations§
impl Freeze for PersistentResource
impl RefUnwindSafe for PersistentResource
impl Send for PersistentResource
impl Sync for PersistentResource
impl Unpin for PersistentResource
impl UnwindSafe for PersistentResource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request