public sealed class GenAiTuningServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class GenAiTuningServiceSettings.
Settings for GenAiTuningServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GenAiTuningServiceSettings()
public GenAiTuningServiceSettings()Constructs a new GenAiTuningServiceSettings object with default settings.
Properties
CancelTuningJobSettings
public CallSettings CancelTuningJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GenAiTuningServiceClient.CancelTuningJob and GenAiTuningServiceClient.CancelTuningJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
CreateTuningJobSettings
public CallSettings CreateTuningJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GenAiTuningServiceClient.CreateTuningJob and GenAiTuningServiceClient.CreateTuningJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetTuningJobSettings
public CallSettings GetTuningJobSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GenAiTuningServiceClient.GetTuningJob and GenAiTuningServiceClient.GetTuningJobAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }The settings to use for the IAMPolicyClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicySettings |
|
ListTuningJobsSettings
public CallSettings ListTuningJobsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GenAiTuningServiceClient.ListTuningJobs and GenAiTuningServiceClient.ListTuningJobsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
RebaseTunedModelOperationsSettings
public OperationsSettings RebaseTunedModelOperationsSettings { get; set; }Long Running Operation settings for calls to GenAiTuningServiceClient.RebaseTunedModel and
GenAiTuningServiceClient.RebaseTunedModelAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
RebaseTunedModelSettings
public CallSettings RebaseTunedModelSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GenAiTuningServiceClient.RebaseTunedModel and GenAiTuningServiceClient.RebaseTunedModelAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public GenAiTuningServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
GenAiTuningServiceSettings |
A deep clone of this GenAiTuningServiceSettings object. |
GetDefault()
public static GenAiTuningServiceSettings GetDefault()Get a new instance of the default GenAiTuningServiceSettings.
| Returns | |
|---|---|
| Type | Description |
GenAiTuningServiceSettings |
A new instance of the default GenAiTuningServiceSettings. |