public static interface PipelineTaskRerunConfig.InputsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsArtifacts(String key)
public abstract boolean containsArtifacts(String key)Optional. Input artifacts.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.ArtifactList> artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsParameterValues(String key)
public abstract boolean containsParameterValues(String key)Optional. Input parameters.
map<string, .google.protobuf.Value> parameter_values = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getArtifacts() (deprecated)
public abstract Map<String,PipelineTaskRerunConfig.ArtifactList> getArtifacts()Use #getArtifactsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ArtifactList> |
|
getArtifactsCount()
public abstract int getArtifactsCount()Optional. Input artifacts.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.ArtifactList> artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getArtifactsMap()
public abstract Map<String,PipelineTaskRerunConfig.ArtifactList> getArtifactsMap()Optional. Input artifacts.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.ArtifactList> artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,ArtifactList> |
|
getArtifactsOrDefault(String key, PipelineTaskRerunConfig.ArtifactList defaultValue)
public abstract PipelineTaskRerunConfig.ArtifactList getArtifactsOrDefault(String key, PipelineTaskRerunConfig.ArtifactList defaultValue)Optional. Input artifacts.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.ArtifactList> artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
PipelineTaskRerunConfig.ArtifactList |
| Returns | |
|---|---|
| Type | Description |
PipelineTaskRerunConfig.ArtifactList |
|
getArtifactsOrThrow(String key)
public abstract PipelineTaskRerunConfig.ArtifactList getArtifactsOrThrow(String key)Optional. Input artifacts.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.ArtifactList> artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
PipelineTaskRerunConfig.ArtifactList |
|
getParameterValues() (deprecated)
public abstract Map<String,Value> getParameterValues()Use #getParameterValuesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Value> |
|
getParameterValuesCount()
public abstract int getParameterValuesCount()Optional. Input parameters.
map<string, .google.protobuf.Value> parameter_values = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getParameterValuesMap()
public abstract Map<String,Value> getParameterValuesMap()Optional. Input parameters.
map<string, .google.protobuf.Value> parameter_values = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,Value> |
|
getParameterValuesOrDefault(String key, Value defaultValue)
public abstract Value getParameterValuesOrDefault(String key, Value defaultValue)Optional. Input parameters.
map<string, .google.protobuf.Value> parameter_values = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Value |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getParameterValuesOrThrow(String key)
public abstract Value getParameterValuesOrThrow(String key)Optional. Input parameters.
map<string, .google.protobuf.Value> parameter_values = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Value |
|