Class GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata
Metadata information about the deployment for managing deployment config.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
SampleRequest
Optional. Sample request for deployed endpoint.
Declaration
[JsonProperty("sampleRequest")]
public virtual string SampleRequest { get; set; }
Property Value
Type | Description |
---|---|
string |