public interface ExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
String |
getExampleId()
Optional.
|
com.google.protobuf.ByteString |
getExampleIdBytes()
Optional.
|
Example.ExampleTypeCase |
getExampleTypeCase() |
StoredContentsExample |
getStoredContentsExample()
An example of chat history and its expected outcome to be used with
GenerateContent.
|
StoredContentsExampleOrBuilder |
getStoredContentsExampleOrBuilder()
An example of chat history and its expected outcome to be used with
GenerateContent.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasStoredContentsExample()
An example of chat history and its expected outcome to be used with
GenerateContent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStoredContentsExample()
An example of chat history and its expected outcome to be used with GenerateContent.
.google.cloud.aiplatform.v1beta1.StoredContentsExample stored_contents_example = 6;
StoredContentsExample getStoredContentsExample()
An example of chat history and its expected outcome to be used with GenerateContent.
.google.cloud.aiplatform.v1beta1.StoredContentsExample stored_contents_example = 6;
StoredContentsExampleOrBuilder getStoredContentsExampleOrBuilder()
An example of chat history and its expected outcome to be used with GenerateContent.
.google.cloud.aiplatform.v1beta1.StoredContentsExample stored_contents_example = 6;
String getDisplayName()
Optional. The display name for Example.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDisplayNameBytes()
Optional. The display name for Example.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];String getExampleId()
Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated.
string example_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
com.google.protobuf.ByteString getExampleIdBytes()
Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated.
string example_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
boolean hasCreateTime()
Output only. Timestamp when this Example was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this Example was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this Example was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Example.ExampleTypeCase getExampleTypeCase()
Copyright © 2025 Google LLC. All rights reserved.