Cloud AI Platform v1 API - Class GetPersistentResourceRequest (2.27.0)

public sealed class GetPersistentResourceRequest : IMessage<GetPersistentResourceRequest>, IEquatable<GetPersistentResourceRequest>, IDeepCloneable<GetPersistentResourceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetPersistentResourceRequest.

Request message for [PersistentResourceService.GetPersistentResource][google.cloud.aiplatform.v1.PersistentResourceService.GetPersistentResource].

Inheritance

object > GetPersistentResourceRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetPersistentResourceRequest()

public GetPersistentResourceRequest()

GetPersistentResourceRequest(GetPersistentResourceRequest)

public GetPersistentResourceRequest(GetPersistentResourceRequest other)
Parameter
Name Description
other GetPersistentResourceRequest

Properties

Name

public string Name { get; set; }

Required. The name of the PersistentResource resource. Format: projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}

Property Value
Type Description
string

PersistentResourceName

public PersistentResourceName PersistentResourceName { get; set; }

PersistentResourceName-typed view over the Name resource name property.

Property Value
Type Description
PersistentResourceName