Google Cloud Contact Center Insights V1 Client - Class TuneQaScorecardRevisionRequest (2.2.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class TuneQaScorecardRevisionRequest.

Request for TuneQaScorecardRevision endpoint.

Generated from protobuf message google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionRequest

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource for new fine tuning job instance.

↳ filter string

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.

↳ validate_only bool

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.

getParent

Required. The parent resource for new fine tuning job instance.

Returns
Type Description
string

setParent

Required. The parent resource for new fine tuning job instance.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

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.

Returns
Type Description
string

setFilter

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.

Parameter
Name Description
var string
Returns
Type Description
$this

getValidateOnly

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.

Returns
Type Description
bool

setValidateOnly

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.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource for new fine tuning job instance. Please see ContactCenterInsightsClient::qaScorecardRevisionName() for help formatting this field.

filter string

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.

validateOnly bool

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.

Returns
Type Description
TuneQaScorecardRevisionRequest