Class GoogleCloudAiplatformV1CreateEndpointOperationMetadata
Runtime operation information for EndpointService.CreateEndpoint.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CreateEndpointOperationMetadata : IDirectResponseSchema
Properties
DeploymentStage
Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
Declaration
[JsonProperty("deploymentStage")]
public virtual string DeploymentStage { 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 |
GenericMetadata
The operation generic information.
Declaration
[JsonProperty("genericMetadata")]
public virtual GoogleCloudAiplatformV1GenericOperationMetadata GenericMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1GenericOperationMetadata |