public sealed class GenAiTuningServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Cloud AI Platform v1 API class GenAiTuningServiceSettings.
Settings for GenAiTuningServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
|
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. |