Class NasTrialDetail (1.48.0)

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

Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

Attributes

NameDescription
name str
Output only. Resource name of the NasTrialDetail.
parameters str
The parameters for the NasJob NasTrial.
search_trial google.cloud.aiplatform_v1.types.NasTrial
The requested search NasTrial.
train_trial google.cloud.aiplatform_v1.types.NasTrial
The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.

Methods

NasTrialDetail

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

Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.