Interface ContentsExampleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ContentsExample, ContentsExample.Builder

@Generated public interface ContentsExampleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getContentsList

      List<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];
    • getContents

      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];
    • getContentsCount

      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];
    • getContentsOrBuilderList

      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];
    • getContentsOrBuilder

      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];
    • getExpectedContentsList

      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];
    • getExpectedContents

      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];
    • getExpectedContentsCount

      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];
    • getExpectedContentsOrBuilderList

      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];
    • getExpectedContentsOrBuilder

      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];