public interface CreateTrialRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| TrialOrBuilder |
hasTrial()
public abstract boolean hasTrial()Required. The Trial to create.
.google.cloud.aiplatform.v1beta1.Trial trial = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the trial field is set. |