Cloud AI Platform v1 API - Class ModelServiceSettings (2.27.0)

public sealed class ModelServiceSettings : ServiceSettingsBase

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

Settings for ModelServiceClient instances.

Inheritance

object > ServiceSettingsBase > ModelServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelServiceSettings()

public ModelServiceSettings()

Constructs a new ModelServiceSettings object with default settings.

Properties

BatchImportEvaluatedAnnotationsSettings

public CallSettings BatchImportEvaluatedAnnotationsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.BatchImportEvaluatedAnnotations and ModelServiceClient.BatchImportEvaluatedAnnotationsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

BatchImportModelEvaluationSlicesSettings

public CallSettings BatchImportModelEvaluationSlicesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.BatchImportModelEvaluationSlices and ModelServiceClient.BatchImportModelEvaluationSlicesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

CopyModelOperationsSettings

public OperationsSettings CopyModelOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.CopyModel and ModelServiceClient.CopyModelAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CopyModelSettings

public CallSettings CopyModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.CopyModel and ModelServiceClient.CopyModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteModelOperationsSettings

public OperationsSettings DeleteModelOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.DeleteModel and ModelServiceClient.DeleteModelAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteModelSettings

public CallSettings DeleteModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.DeleteModel and ModelServiceClient.DeleteModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteModelVersionOperationsSettings

public OperationsSettings DeleteModelVersionOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.DeleteModelVersion and ModelServiceClient.DeleteModelVersionAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteModelVersionSettings

public CallSettings DeleteModelVersionSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.DeleteModelVersion and ModelServiceClient.DeleteModelVersionAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ExportModelOperationsSettings

public OperationsSettings ExportModelOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.ExportModel and ModelServiceClient.ExportModelAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ExportModelSettings

public CallSettings ExportModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ExportModel and ModelServiceClient.ExportModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetModelEvaluationSettings

public CallSettings GetModelEvaluationSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.GetModelEvaluation and ModelServiceClient.GetModelEvaluationAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetModelEvaluationSliceSettings

public CallSettings GetModelEvaluationSliceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.GetModelEvaluationSlice and ModelServiceClient.GetModelEvaluationSliceAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetModelSettings

public CallSettings GetModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.GetModel and ModelServiceClient.GetModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
IAMPolicySettings

ImportModelEvaluationSettings

public CallSettings ImportModelEvaluationSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ImportModelEvaluation and ModelServiceClient.ImportModelEvaluationAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListModelEvaluationSlicesSettings

public CallSettings ListModelEvaluationSlicesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ListModelEvaluationSlices and ModelServiceClient.ListModelEvaluationSlicesAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListModelEvaluationsSettings

public CallSettings ListModelEvaluationsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ListModelEvaluations and ModelServiceClient.ListModelEvaluationsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListModelVersionsSettings

public CallSettings ListModelVersionsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ListModelVersions and ModelServiceClient.ListModelVersionsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListModelsSettings

public CallSettings ListModelsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.ListModels and ModelServiceClient.ListModelsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
LocationsSettings

MergeVersionAliasesSettings

public CallSettings MergeVersionAliasesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.MergeVersionAliases and ModelServiceClient.MergeVersionAliasesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateExplanationDatasetOperationsSettings

public OperationsSettings UpdateExplanationDatasetOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.UpdateExplanationDataset and ModelServiceClient.UpdateExplanationDatasetAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateExplanationDatasetSettings

public CallSettings UpdateExplanationDatasetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.UpdateExplanationDataset and ModelServiceClient.UpdateExplanationDatasetAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateModelSettings

public CallSettings UpdateModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.UpdateModel and ModelServiceClient.UpdateModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UploadModelOperationsSettings

public OperationsSettings UploadModelOperationsSettings { get; set; }

Long Running Operation settings for calls to ModelServiceClient.UploadModel and ModelServiceClient.UploadModelAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UploadModelSettings

public CallSettings UploadModelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ModelServiceClient.UploadModel and ModelServiceClient.UploadModelAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public ModelServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
ModelServiceSettings

A deep clone of this ModelServiceSettings object.

GetDefault()

public static ModelServiceSettings GetDefault()

Get a new instance of the default ModelServiceSettings.

Returns
TypeDescription
ModelServiceSettings

A new instance of the default ModelServiceSettings.