public sealed class TuneQaScorecardRevisionRequest : IMessage<TuneQaScorecardRevisionRequest>, IEquatable<TuneQaScorecardRevisionRequest>, IDeepCloneable<TuneQaScorecardRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class TuneQaScorecardRevisionRequest.
Request for TuneQaScorecardRevision endpoint.
Implements
IMessageTuneQaScorecardRevisionRequest, IEquatableTuneQaScorecardRevisionRequest, IDeepCloneableTuneQaScorecardRevisionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
TuneQaScorecardRevisionRequest()
public TuneQaScorecardRevisionRequest()
TuneQaScorecardRevisionRequest(TuneQaScorecardRevisionRequest)
public TuneQaScorecardRevisionRequest(TuneQaScorecardRevisionRequest other)
Parameter | |
---|---|
Name | Description |
other |
TuneQaScorecardRevisionRequest |
Properties
Filter
public string Filter { get; set; }
Required. Filter for selecting the feedback labels that needs to be used for training. This filter can be used to limit the feedback labels used for tuning to a feedback labels created or updated for a specific time-window etc.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource for new fine tuning job instance.
Property Value | |
---|---|
Type | Description |
string |
ParentAsQaScorecardRevisionName
public QaScorecardRevisionName ParentAsQaScorecardRevisionName { get; set; }
QaScorecardRevisionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
QaScorecardRevisionName |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Run in validate only mode, no fine tuning will actually run. Data quality validations like training data distributions will run. Even when set to false, the data quality validations will still run but once the validations complete we will proceed with the fine tune, if applicable.
Property Value | |
---|---|
Type | Description |
bool |