Interface CreateTrialRequestOrBuilder (3.25.0)

public interface CreateTrialRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The resource name of the Study to create the Trial in. Format: projects/{project}/locations/{location}/studies/{study}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the Study to create the Trial in. Format: projects/{project}/locations/{location}/studies/{study}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getTrial()

public abstract Trial getTrial()

Required. The Trial to create.

.google.cloud.aiplatform.v1beta1.Trial trial = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Trial

The trial.

getTrialOrBuilder()

public abstract TrialOrBuilder getTrialOrBuilder()

Required. The Trial to create.

.google.cloud.aiplatform.v1beta1.Trial trial = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TrialOrBuilder

hasTrial()

public abstract boolean hasTrial()

Required. The Trial to create.

.google.cloud.aiplatform.v1beta1.Trial trial = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the trial field is set.