[Obsolete]
public sealed class DeployPublisherModelResponse : IMessage<DeployPublisherModelResponse>, IEquatable<DeployPublisherModelResponse>, IDeepCloneable<DeployPublisherModelResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeployPublisherModelResponse.
Response message for [ModelGardenService.DeployPublisherModel][google.cloud.aiplatform.v1beta1.ModelGardenService.DeployPublisherModel].
Implements
IMessageDeployPublisherModelResponse, IEquatableDeployPublisherModelResponse, IDeepCloneableDeployPublisherModelResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeployPublisherModelResponse()
public DeployPublisherModelResponse()DeployPublisherModelResponse(DeployPublisherModelResponse)
public DeployPublisherModelResponse(DeployPublisherModelResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployPublisherModelResponse |
Properties
Endpoint
public string Endpoint { get; set; }Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndpointAsEndpointName
[Obsolete]
public EndpointName EndpointAsEndpointName { get; set; }EndpointName-typed view over the Endpoint resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|
Model
public string Model { get; set; }Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ModelAsModelName
[Obsolete]
public ModelName ModelAsModelName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ModelName |
|
PublisherModel
public string PublisherModel { get; set; }Output only. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublisherModelAsPublisherModelName
[Obsolete]
public PublisherModelName PublisherModelAsPublisherModelName { get; set; }PublisherModelName-typed view over the PublisherModel resource name property.
| Property Value | |
|---|---|
| Type | Description |
PublisherModelName |
|