GoogleAIPlatformAdapterCreateUrlForTunedModel Method

[Missing <summary> documentation for "M:GenerativeAI.GoogleAIPlatformAdapter.CreateUrlForTunedModel(System.String,System.String)"]

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public string CreateUrlForTunedModel(
	string modelId,
	string task
)

Parameters

modelId  String
The identifier of the model to be used.
task  String
The specific task or operation to be performed on the model.

Return Value

String

[Missing <returns> documentation for "M:GenerativeAI.GoogleAIPlatformAdapter.CreateUrlForTunedModel(System.String,System.String)"]

Implements

IPlatformAdapterCreateUrlForTunedModel(String, String)

See Also