Class GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Required.
Declaration
[JsonProperty("references")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1PublisherModelResourceReference> References { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1beta1PublisherModelResourceReference> |
ResourceDescription
Optional. Description of the resource.
Declaration
[JsonProperty("resourceDescription")]
public virtual string ResourceDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceTitle
Optional. Title of the resource.
Declaration
[JsonProperty("resourceTitle")]
public virtual string ResourceTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceUseCase
Optional. Use case (CUJ) of the resource.
Declaration
[JsonProperty("resourceUseCase")]
public virtual string ResourceUseCase { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |