public static interface ReasoningEngineSpec.SourceCodeSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeveloperConnectSource()
public abstract ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource getDeveloperConnectSource()Source code is in a Git repository managed by Developer Connect.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource |
The developerConnectSource. |
getDeveloperConnectSourceOrBuilder()
public abstract ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder getDeveloperConnectSourceOrBuilder()Source code is in a Git repository managed by Developer Connect.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder |
|
getImageSpec()
public abstract ReasoningEngineSpec.SourceCodeSpec.ImageSpec getImageSpec()Optional. Configuration for building an image with custom config file.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.ImageSpec |
The imageSpec. |
getImageSpecOrBuilder()
public abstract ReasoningEngineSpec.SourceCodeSpec.ImageSpecOrBuilder getImageSpecOrBuilder()Optional. Configuration for building an image with custom config file.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.ImageSpecOrBuilder |
|
getInlineSource()
public abstract ReasoningEngineSpec.SourceCodeSpec.InlineSource getInlineSource()Source code is provided directly in the request.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.InlineSource |
The inlineSource. |
getInlineSourceOrBuilder()
public abstract ReasoningEngineSpec.SourceCodeSpec.InlineSourceOrBuilder getInlineSourceOrBuilder()Source code is provided directly in the request.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.InlineSourceOrBuilder |
|
getLanguageSpecCase()
public abstract ReasoningEngineSpec.SourceCodeSpec.LanguageSpecCase getLanguageSpecCase()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.LanguageSpecCase |
|
getPythonSpec()
public abstract ReasoningEngineSpec.SourceCodeSpec.PythonSpec getPythonSpec()Configuration for a Python application.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.PythonSpec |
The pythonSpec. |
getPythonSpecOrBuilder()
public abstract ReasoningEngineSpec.SourceCodeSpec.PythonSpecOrBuilder getPythonSpecOrBuilder()Configuration for a Python application.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.PythonSpecOrBuilder |
|
getSourceCase()
public abstract ReasoningEngineSpec.SourceCodeSpec.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.SourceCodeSpec.SourceCase |
|
hasDeveloperConnectSource()
public abstract boolean hasDeveloperConnectSource()Source code is in a Git repository managed by Developer Connect.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the developerConnectSource field is set. |
hasImageSpec()
public abstract boolean hasImageSpec()Optional. Configuration for building an image with custom config file.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageSpec field is set. |
hasInlineSource()
public abstract boolean hasInlineSource()Source code is provided directly in the request.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inlineSource field is set. |
hasPythonSpec()
public abstract boolean hasPythonSpec()Configuration for a Python application.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pythonSpec field is set. |