public interface ContentsExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Content |
getContents(int index)
Required.
|
int |
getContentsCount()
Required.
|
List<Content> |
getContentsList()
Required.
|
ContentOrBuilder |
getContentsOrBuilder(int index)
Required.
|
List<? extends ContentOrBuilder> |
getContentsOrBuilderList()
Required.
|
ContentsExample.ExpectedContent |
getExpectedContents(int index)
Required.
|
int |
getExpectedContentsCount()
Required.
|
List<ContentsExample.ExpectedContent> |
getExpectedContentsList()
Required.
|
ContentsExample.ExpectedContentOrBuilder |
getExpectedContentsOrBuilder(int index)
Required.
|
List<? extends ContentsExample.ExpectedContentOrBuilder> |
getExpectedContentsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Content> getContentsList()
Required. The content of the conversation with the model that resulted in the expected output.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
Content getContents(int index)
Required. The content of the conversation with the model that resulted in the expected output.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
int getContentsCount()
Required. The content of the conversation with the model that resulted in the expected output.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends ContentOrBuilder> getContentsOrBuilderList()
Required. The content of the conversation with the model that resulted in the expected output.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
ContentOrBuilder getContentsOrBuilder(int index)
Required. The content of the conversation with the model that resulted in the expected output.
repeated .google.cloud.aiplatform.v1beta1.Content contents = 1 [(.google.api.field_behavior) = REQUIRED];
List<ContentsExample.ExpectedContent> getExpectedContentsList()
Required. The expected output for the given `contents`. To represent multi-step reasoning, this is a repeated field that contains the iterative steps of the expected output.
repeated .google.cloud.aiplatform.v1beta1.ContentsExample.ExpectedContent expected_contents = 2 [(.google.api.field_behavior) = REQUIRED];
ContentsExample.ExpectedContent getExpectedContents(int index)
Required. The expected output for the given `contents`. To represent multi-step reasoning, this is a repeated field that contains the iterative steps of the expected output.
repeated .google.cloud.aiplatform.v1beta1.ContentsExample.ExpectedContent expected_contents = 2 [(.google.api.field_behavior) = REQUIRED];
int getExpectedContentsCount()
Required. The expected output for the given `contents`. To represent multi-step reasoning, this is a repeated field that contains the iterative steps of the expected output.
repeated .google.cloud.aiplatform.v1beta1.ContentsExample.ExpectedContent expected_contents = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends ContentsExample.ExpectedContentOrBuilder> getExpectedContentsOrBuilderList()
Required. The expected output for the given `contents`. To represent multi-step reasoning, this is a repeated field that contains the iterative steps of the expected output.
repeated .google.cloud.aiplatform.v1beta1.ContentsExample.ExpectedContent expected_contents = 2 [(.google.api.field_behavior) = REQUIRED];
ContentsExample.ExpectedContentOrBuilder getExpectedContentsOrBuilder(int index)
Required. The expected output for the given `contents`. To represent multi-step reasoning, this is a repeated field that contains the iterative steps of the expected output.
repeated .google.cloud.aiplatform.v1beta1.ContentsExample.ExpectedContent expected_contents = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.