public static class ModelServiceStubSettings.Builder extends StubSettings.Builder<ModelServiceStubSettings,ModelServiceStubSettings.Builder>
Builder for ModelServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ModelServiceStubSettings settings)
protected Builder(ModelServiceStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ModelServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public ModelServiceStubSettings build()
Overrides
createModelOperationSettings()
public OperationCallSettings.Builder<CreateModelRequest,Model,CreateModelMetadata> createModelOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to createModel.
createModelSettings()
public UnaryCallSettings.Builder<CreateModelRequest,Operation> createModelSettings()
Returns the builder for the settings used for calls to createModel.
deleteModelSettings()
public UnaryCallSettings.Builder<DeleteModelRequest,Empty> deleteModelSettings()
Returns the builder for the settings used for calls to deleteModel.
getEndpoint()
public String getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
getModelSettings()
public UnaryCallSettings.Builder<GetModelRequest,Model> getModelSettings()
Returns the builder for the settings used for calls to getModel.
listModelsSettings()
public PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse> listModelsSettings()
Returns the builder for the settings used for calls to listModels.
pauseModelSettings()
public UnaryCallSettings.Builder<PauseModelRequest,Model> pauseModelSettings()
Returns the builder for the settings used for calls to pauseModel.
resumeModelSettings()
public UnaryCallSettings.Builder<ResumeModelRequest,Model> resumeModelSettings()
Returns the builder for the settings used for calls to resumeModel.
tuneModelOperationSettings()
public OperationCallSettings.Builder<TuneModelRequest,TuneModelResponse,TuneModelMetadata> tuneModelOperationSettings()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to tuneModel.
tuneModelSettings()
public UnaryCallSettings.Builder<TuneModelRequest,Operation> tuneModelSettings()
Returns the builder for the settings used for calls to tuneModel.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateModelSettings()
public UnaryCallSettings.Builder<UpdateModelRequest,Model> updateModelSettings()
Returns the builder for the settings used for calls to updateModel.