Cloud AI Platform v1 API - Class TunedModel (3.1.0)

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

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

The Model Registry Model and Online Prediction Endpoint assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].

Inheritance

object > TunedModel

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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; }

ModelName-typed view over the Model resource name property.

Property Value
Type Description
ModelName