public sealed class DeployedModelRef : IMessage<DeployedModelRef>, IEquatable<DeployedModelRef>, IDeepCloneable<DeployedModelRef>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployedModelRef.
Points to a DeployedModel.
Implements
IMessageDeployedModelRef, IEquatableDeployedModelRef, IDeepCloneableDeployedModelRef, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeployedModelRef()
public DeployedModelRef()
DeployedModelRef(DeployedModelRef)
public DeployedModelRef(DeployedModelRef other)
Parameter | |
---|---|
Name | Description |
other |
DeployedModelRef |
Properties
DeployedModelId
public string DeployedModelId { get; set; }
Immutable. An ID of a DeployedModel in the above Endpoint.
Property Value | |
---|---|
Type | Description |
string |
Endpoint
public string Endpoint { get; set; }
Immutable. A resource name of an Endpoint.
Property Value | |
---|---|
Type | Description |
string |
EndpointAsEndpointName
public EndpointName EndpointAsEndpointName { get; set; }
EndpointName-typed view over the Endpoint resource name property.
Property Value | |
---|---|
Type | Description |
EndpointName |