public interface CreateStudyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getStudy()
public abstract Study getStudy()Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Study |
The study. |
getStudyOrBuilder()
public abstract StudyOrBuilder getStudyOrBuilder()Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
StudyOrBuilder |
|
hasStudy()
public abstract boolean hasStudy()Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the study field is set. |