GKE Recommender v1 API - Class GkeInferenceQuickstartSettings (1.0.0-beta01)

public sealed class GkeInferenceQuickstartSettings : ServiceSettingsBase

Reference documentation and code samples for the GKE Recommender v1 API class GkeInferenceQuickstartSettings.

Settings for GkeInferenceQuickstartClient instances.

Inheritance

object > ServiceSettingsBase > GkeInferenceQuickstartSettings

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

GkeInferenceQuickstartSettings()

public GkeInferenceQuickstartSettings()

Constructs a new GkeInferenceQuickstartSettings object with default settings.

Properties

FetchBenchmarkingDataSettings

public CallSettings FetchBenchmarkingDataSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.FetchBenchmarkingData and GkeInferenceQuickstartClient.FetchBenchmarkingDataAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

FetchModelServerVersionsSettings

public CallSettings FetchModelServerVersionsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.FetchModelServerVersions and GkeInferenceQuickstartClient.FetchModelServerVersionsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

FetchModelServersSettings

public CallSettings FetchModelServersSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.FetchModelServers and GkeInferenceQuickstartClient.FetchModelServersAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

FetchModelsSettings

public CallSettings FetchModelsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.FetchModels and GkeInferenceQuickstartClient.FetchModelsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

FetchProfilesSettings

public CallSettings FetchProfilesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.FetchProfiles and GkeInferenceQuickstartClient.FetchProfilesAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GenerateOptimizedManifestSettings

public CallSettings GenerateOptimizedManifestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GkeInferenceQuickstartClient.GenerateOptimizedManifest and GkeInferenceQuickstartClient.GenerateOptimizedManifestAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public GkeInferenceQuickstartSettings Clone()

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

Returns
Type Description
GkeInferenceQuickstartSettings

A deep clone of this GkeInferenceQuickstartSettings object.

GetDefault()

public static GkeInferenceQuickstartSettings GetDefault()

Get a new instance of the default GkeInferenceQuickstartSettings.

Returns
Type Description
GkeInferenceQuickstartSettings

A new instance of the default GkeInferenceQuickstartSettings.