Class PairwiseMetricInstance.Builder (3.84.0)

public static final class PairwiseMetricInstance.Builder extends GeneratedMessage.Builder<PairwiseMetricInstance.Builder> implements PairwiseMetricInstanceOrBuilder

Pairwise metric instance. Usually one instance corresponds to one row in an evaluation dataset.

Protobuf type google.cloud.aiplatform.v1beta1.PairwiseMetricInstance

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PairwiseMetricInstance build()
Returns
Type Description
PairwiseMetricInstance

buildPartial()

public PairwiseMetricInstance buildPartial()
Returns
Type Description
PairwiseMetricInstance

clear()

public PairwiseMetricInstance.Builder clear()
Returns
Type Description
PairwiseMetricInstance.Builder
Overrides

clearContentMapInstance()

public PairwiseMetricInstance.Builder clearContentMapInstance()

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Returns
Type Description
PairwiseMetricInstance.Builder

clearInstance()

public PairwiseMetricInstance.Builder clearInstance()
Returns
Type Description
PairwiseMetricInstance.Builder

clearJsonInstance()

public PairwiseMetricInstance.Builder clearJsonInstance()

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Returns
Type Description
PairwiseMetricInstance.Builder

This builder for chaining.

getContentMapInstance()

public ContentMap getContentMapInstance()

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Returns
Type Description
ContentMap

The contentMapInstance.

getContentMapInstanceBuilder()

public ContentMap.Builder getContentMapInstanceBuilder()

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Returns
Type Description
ContentMap.Builder

getContentMapInstanceOrBuilder()

public ContentMapOrBuilder getContentMapInstanceOrBuilder()

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Returns
Type Description
ContentMapOrBuilder

getDefaultInstanceForType()

public PairwiseMetricInstance getDefaultInstanceForType()
Returns
Type Description
PairwiseMetricInstance

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInstanceCase()

public PairwiseMetricInstance.InstanceCase getInstanceCase()
Returns
Type Description
PairwiseMetricInstance.InstanceCase

getJsonInstance()

public String getJsonInstance()

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Returns
Type Description
String

The jsonInstance.

getJsonInstanceBytes()

public ByteString getJsonInstanceBytes()

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Returns
Type Description
ByteString

The bytes for jsonInstance.

hasContentMapInstance()

public boolean hasContentMapInstance()

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Returns
Type Description
boolean

Whether the contentMapInstance field is set.

hasJsonInstance()

public boolean hasJsonInstance()

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Returns
Type Description
boolean

Whether the jsonInstance field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeContentMapInstance(ContentMap value)

public PairwiseMetricInstance.Builder mergeContentMapInstance(ContentMap value)

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Parameter
Name Description
value ContentMap
Returns
Type Description
PairwiseMetricInstance.Builder

mergeFrom(PairwiseMetricInstance other)

public PairwiseMetricInstance.Builder mergeFrom(PairwiseMetricInstance other)
Parameter
Name Description
other PairwiseMetricInstance
Returns
Type Description
PairwiseMetricInstance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PairwiseMetricInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PairwiseMetricInstance.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PairwiseMetricInstance.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PairwiseMetricInstance.Builder
Overrides

setContentMapInstance(ContentMap value)

public PairwiseMetricInstance.Builder setContentMapInstance(ContentMap value)

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Parameter
Name Description
value ContentMap
Returns
Type Description
PairwiseMetricInstance.Builder

setContentMapInstance(ContentMap.Builder builderForValue)

public PairwiseMetricInstance.Builder setContentMapInstance(ContentMap.Builder builderForValue)

Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.

.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;

Parameter
Name Description
builderForValue ContentMap.Builder
Returns
Type Description
PairwiseMetricInstance.Builder

setJsonInstance(String value)

public PairwiseMetricInstance.Builder setJsonInstance(String value)

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Parameter
Name Description
value String

The jsonInstance to set.

Returns
Type Description
PairwiseMetricInstance.Builder

This builder for chaining.

setJsonInstanceBytes(ByteString value)

public PairwiseMetricInstance.Builder setJsonInstanceBytes(ByteString value)

Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.

string json_instance = 1;

Parameter
Name Description
value ByteString

The bytes for jsonInstance to set.

Returns
Type Description
PairwiseMetricInstance.Builder

This builder for chaining.