Class GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks
Open notebooks.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PublisherModelCallToActionOpenNotebooks : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Notebooks
Required. Regional resource references to notebooks.
Declaration
[JsonProperty("notebooks")]
public virtual IList<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences> Notebooks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences> |