Interface CustomOutputOrBuilder (3.64.0)

public interface CustomOutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomOutputCase()

public abstract CustomOutput.CustomOutputCase getCustomOutputCase()
Returns
Type Description
CustomOutput.CustomOutputCase

getRawOutputs()

public abstract RawOutput getRawOutputs()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RawOutput

The rawOutputs.

getRawOutputsOrBuilder()

public abstract RawOutputOrBuilder getRawOutputsOrBuilder()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RawOutputOrBuilder

hasRawOutputs()

public abstract boolean hasRawOutputs()

Output only. List of raw output strings.

.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the rawOutputs field is set.