Table of Contents

TTMSMCPSamplingRequestBuilder.WithModelHint Method

Adds a model name the client should prefer.

API unit family: TMS.MCP.Sampling Declaring type: TTMSMCPSamplingRequestBuilder

Syntax

function WithModelHint(const AModelName: string): TTMSMCPSamplingRequestBuilder;

Parameters

Name Description
AModelName Name of the suggested model; a partial name matches a whole family of models.

Returns

The builder, so that further calls can be chained.