public interface FulfillmentInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract FulfillmentInstance getInstance()Required. Fulfillment instance.
.google.cloud.aiplatform.v1.FulfillmentInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FulfillmentInstance |
The instance. |
getInstanceOrBuilder()
public abstract FulfillmentInstanceOrBuilder getInstanceOrBuilder()Required. Fulfillment instance.
.google.cloud.aiplatform.v1.FulfillmentInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FulfillmentInstanceOrBuilder |
|
getMetricSpec()
public abstract FulfillmentSpec getMetricSpec()Required. Spec for fulfillment score metric.
.google.cloud.aiplatform.v1.FulfillmentSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FulfillmentSpec |
The metricSpec. |
getMetricSpecOrBuilder()
public abstract FulfillmentSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for fulfillment score metric.
.google.cloud.aiplatform.v1.FulfillmentSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FulfillmentSpecOrBuilder |
|
hasInstance()
public abstract boolean hasInstance()Required. Fulfillment instance.
.google.cloud.aiplatform.v1.FulfillmentInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instance field is set. |
hasMetricSpec()
public abstract boolean hasMetricSpec()Required. Spec for fulfillment score metric.
.google.cloud.aiplatform.v1.FulfillmentSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricSpec field is set. |