Class GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi
Rest API docs.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PublisherModelCallToActionViewRestApi : IDirectResponseSchema
Properties
Documentations
Required.
Declaration
[JsonProperty("documentations")]
public virtual IList<GoogleCloudAiplatformV1PublisherModelDocumentation> Documentations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1PublisherModelDocumentation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. The title of the view rest API.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |