CheckTrialEarlyStoppingStateMetatdata

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

Fields
genericMetadata object (GenericOperationMetadata)

Operation metadata for suggesting Trials.

study string

The name of the Study that the Trial belongs to.

trial string

The Trial name.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "study": string,
  "trial": string
}