Class GoogleCloudAiplatformV1PublisherModelResourceReference
Reference to a resource.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PublisherModelResourceReference : IDirectResponseSchema
Properties
Description
Description of the resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
The resource name of the Google Cloud resource.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
The URI of the resource.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
UseCase
Use case (CUJ) of the resource.
Declaration
[JsonProperty("useCase")]
public virtual string UseCase { get; set; }
Property Value
Type | Description |
---|---|
string |