Show / Hide Table of Contents

Class GoogleCloudAiplatformV1DeployOperationMetadata

Runtime operation information for ModelGardenService.Deploy.

Inheritance
object
GoogleCloudAiplatformV1DeployOperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeployOperationMetadata : IDirectResponseSchema

Properties

Destination

Output only. The resource name of the Location to deploy the model in. Format: projects/{project}/locations/{location}

Declaration
[JsonProperty("destination")]
public virtual string Destination { 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

ModelId

Output only. The model id to be used at query time.

Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
Type Description
string

ProjectNumber

Output only. The project number where the deploy model request is sent.

Declaration
[JsonProperty("projectNumber")]
public virtual long? ProjectNumber { get; set; }
Property Value
Type Description
long?

PublisherModel

Output only. The name of the model resource.

Declaration
[JsonProperty("publisherModel")]
public virtual string PublisherModel { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX