public sealed class TunedModel : IMessage<TunedModel>, IEquatable<TunedModel>, IDeepCloneable<TunedModel>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TunedModel.
The Model Registry Model and Online Prediction Endpoint assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
Implements
IMessageTunedModel, IEquatableTunedModel, IDeepCloneableTunedModel, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TunedModel()
public TunedModel()
TunedModel(TunedModel)
public TunedModel(TunedModel other)
Parameter | |
---|---|
Name | Description |
other |
TunedModel |
Properties
Endpoint
public string Endpoint { get; set; }
Output only. A resource name of an Endpoint. Format:
projects/{project}/locations/{location}/endpoints/{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 |
Model
public string Model { get; set; }
Output only. The resource name of the TunedModel. Format:
projects/{project}/locations/{location}/models/{model}
.
Property Value | |
---|---|
Type | Description |
string |
ModelAsModelName
public ModelName ModelAsModelName { get; set; }
Property Value | |
---|---|
Type | Description |
ModelName |