Class Tuning (0.1.0)

Tuning(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The parameters needed for the tuning operation, these are used only in tuning and not passed on to training.

Attributes

Name Description
primary_dataset str
Required. The resource name of the Primary Dataset used in this model tuning. For information about how primary and auxiliary datasets are used, refer to the engine version's documentation. Format: "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}".
end_time google.protobuf.timestamp_pb2.Timestamp
Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for tuning. End_time should be no later than the end of the date_range of the dataset.