Interface ToolNameMatchInputOrBuilder (3.42.0)

public interface ToolNameMatchInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract ToolNameMatchInstance getInstances(int index)

Required. Repeated tool name match instances.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolNameMatchInstance

getInstancesCount()

public abstract int getInstancesCount()

Required. Repeated tool name match instances.

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

Returns
TypeDescription
int

getInstancesList()

public abstract List<ToolNameMatchInstance> getInstancesList()

Required. Repeated tool name match instances.

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

Returns
TypeDescription
List<ToolNameMatchInstance>

getInstancesOrBuilder(int index)

public abstract ToolNameMatchInstanceOrBuilder getInstancesOrBuilder(int index)

Required. Repeated tool name match instances.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolNameMatchInstanceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends ToolNameMatchInstanceOrBuilder> getInstancesOrBuilderList()

Required. Repeated tool name match instances.

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

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

getMetricSpec()

public abstract ToolNameMatchSpec getMetricSpec()

Required. Spec for tool name match metric.

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

Returns
TypeDescription
ToolNameMatchSpec

The metricSpec.

getMetricSpecOrBuilder()

public abstract ToolNameMatchSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for tool name match metric.

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

Returns
TypeDescription
ToolNameMatchSpecOrBuilder

hasMetricSpec()

public abstract boolean hasMetricSpec()

Required. Spec for tool name match metric.

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

Returns
TypeDescription
boolean

Whether the metricSpec field is set.