Interface ToolParameterKVMatchInputOrBuilder (3.42.0)

public interface ToolParameterKVMatchInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract ToolParameterKVMatchInstance getInstances(int index)

Required. Repeated tool parameter key value match instances.

repeated .google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKVMatchInstance

getInstancesCount()

public abstract int getInstancesCount()

Required. Repeated tool parameter key value match instances.

repeated .google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getInstancesList()

public abstract List<ToolParameterKVMatchInstance> getInstancesList()

Required. Repeated tool parameter key value match instances.

repeated .google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<ToolParameterKVMatchInstance>

getInstancesOrBuilder(int index)

public abstract ToolParameterKVMatchInstanceOrBuilder getInstancesOrBuilder(int index)

Required. Repeated tool parameter key value match instances.

repeated .google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKVMatchInstanceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends ToolParameterKVMatchInstanceOrBuilder> getInstancesOrBuilderList()

Required. Repeated tool parameter key value match instances.

repeated .google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ToolParameterKVMatchInstanceOrBuilder>

getMetricSpec()

public abstract ToolParameterKVMatchSpec getMetricSpec()

Required. Spec for tool parameter key value match metric.

.google.cloud.aiplatform.v1beta1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ToolParameterKVMatchSpec

The metricSpec.

getMetricSpecOrBuilder()

public abstract ToolParameterKVMatchSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for tool parameter key value match metric.

.google.cloud.aiplatform.v1beta1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ToolParameterKVMatchSpecOrBuilder

hasMetricSpec()

public abstract boolean hasMetricSpec()

Required. Spec for tool parameter key value match metric.

.google.cloud.aiplatform.v1beta1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the metricSpec field is set.