Interface ToolParameterKeyMatchInputOrBuilder (3.42.0)

public interface ToolParameterKeyMatchInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract ToolParameterKeyMatchInstance getInstances(int index)

Required. Repeated tool parameter key match instances.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKeyMatchInstance

getInstancesCount()

public abstract int getInstancesCount()

Required. Repeated tool parameter key match instances.

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

Returns
TypeDescription
int

getInstancesList()

public abstract List<ToolParameterKeyMatchInstance> getInstancesList()

Required. Repeated tool parameter key match instances.

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

Returns
TypeDescription
List<ToolParameterKeyMatchInstance>

getInstancesOrBuilder(int index)

public abstract ToolParameterKeyMatchInstanceOrBuilder getInstancesOrBuilder(int index)

Required. Repeated tool parameter key match instances.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKeyMatchInstanceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends ToolParameterKeyMatchInstanceOrBuilder> getInstancesOrBuilderList()

Required. Repeated tool parameter key match instances.

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

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

getMetricSpec()

public abstract ToolParameterKeyMatchSpec getMetricSpec()

Required. Spec for tool parameter key match metric.

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

Returns
TypeDescription
ToolParameterKeyMatchSpec

The metricSpec.

getMetricSpecOrBuilder()

public abstract ToolParameterKeyMatchSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for tool parameter key match metric.

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

Returns
TypeDescription
ToolParameterKeyMatchSpecOrBuilder

hasMetricSpec()

public abstract boolean hasMetricSpec()

Required. Spec for tool parameter key match metric.

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

Returns
TypeDescription
boolean

Whether the metricSpec field is set.