Class GoogleCloudAiplatformV1RebaseTunedModelRequest
Request message for GenAiTuningService.RebaseTunedModel.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RebaseTunedModelRequest : IDirectResponseSchema
Properties
ArtifactDestination
Optional. The Google Cloud Storage location to write the artifacts to.
Declaration
[JsonProperty("artifactDestination")]
public virtual GoogleCloudAiplatformV1GcsDestination ArtifactDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1GcsDestination |
DeployToSameEndpoint
Optional. By default, rebasing a model creates a new endpoint for the new model. If this flag is set to true, the new model will be deployed to the same endpoint as the original model. WARNING: If you deploy to the same endpoint, the original model will be un-deployed and replaced by the new model.
Declaration
[JsonProperty("deployToSameEndpoint")]
public virtual bool? DeployToSameEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TunedModelRef
Required. A reference to the tuned model to rebase.
Declaration
[JsonProperty("tunedModelRef")]
public virtual GoogleCloudAiplatformV1TunedModelRef TunedModelRef { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1TunedModelRef |
TuningJob
Optional. The tuning job to be updated. Users can use this field to overwrite tuning configs.
Declaration
[JsonProperty("tuningJob")]
public virtual GoogleCloudAiplatformV1TuningJob TuningJob { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1TuningJob |