Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RebaseTunedModelRequest

Request message for GenAiTuningService.RebaseTunedModel.

Inheritance
object
GoogleCloudAiplatformV1RebaseTunedModelRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Declaration
[JsonProperty("artifactDestination")]
public virtual GoogleCloudAiplatformV1GcsDestination ArtifactDestination { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GcsDestination

DeployToSameEndpoint

Optional. By default, bison to gemini migration will always create new model/endpoint, but for gemini-1.0 to gemini-1.5 migration, we default deploy to the same endpoint. See details in this Section.

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. TunedModel reference to retrieve the legacy model information.

Declaration
[JsonProperty("tunedModelRef")]
public virtual GoogleCloudAiplatformV1TunedModelRef TunedModelRef { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TunedModelRef

TuningJob

Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.

Declaration
[JsonProperty("tuningJob")]
public virtual GoogleCloudAiplatformV1TuningJob TuningJob { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TuningJob

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX