Cloud AI Platform v1 API - Class DeployedModelRef (2.27.0)

public sealed class DeployedModelRef : IMessage<DeployedModelRef>, IEquatable<DeployedModelRef>, IDeepCloneable<DeployedModelRef>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeployedModelRef.

Points to a DeployedModel.

Inheritance

object > DeployedModelRef

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeployedModelRef()

public DeployedModelRef()

DeployedModelRef(DeployedModelRef)

public DeployedModelRef(DeployedModelRef other)
Parameter
NameDescription
otherDeployedModelRef

Properties

DeployedModelId

public string DeployedModelId { get; set; }

Immutable. An ID of a DeployedModel in the above Endpoint.

Property Value
TypeDescription
string

Endpoint

public string Endpoint { get; set; }

Immutable. A resource name of an Endpoint.

Property Value
TypeDescription
string

EndpointAsEndpointName

public EndpointName EndpointAsEndpointName { get; set; }

EndpointName-typed view over the Endpoint resource name property.

Property Value
TypeDescription
EndpointName