public interface PartOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
Optional. Text part (can be code).
string text = 1 [(.google.api.field_behavior) = OPTIONAL];String getText()
Optional. Text part (can be code).
string text = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTextBytes()
Optional. Text part (can be code).
string text = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasInlineData()
Optional. Inlined bytes data.
.google.cloud.aiplatform.v1beta1.Blob inline_data = 2 [(.google.api.field_behavior) = OPTIONAL];
Blob getInlineData()
Optional. Inlined bytes data.
.google.cloud.aiplatform.v1beta1.Blob inline_data = 2 [(.google.api.field_behavior) = OPTIONAL];
BlobOrBuilder getInlineDataOrBuilder()
Optional. Inlined bytes data.
.google.cloud.aiplatform.v1beta1.Blob inline_data = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasFileData()
Optional. URI based data.
.google.cloud.aiplatform.v1beta1.FileData file_data = 3 [(.google.api.field_behavior) = OPTIONAL];
FileData getFileData()
Optional. URI based data.
.google.cloud.aiplatform.v1beta1.FileData file_data = 3 [(.google.api.field_behavior) = OPTIONAL];
FileDataOrBuilder getFileDataOrBuilder()
Optional. URI based data.
.google.cloud.aiplatform.v1beta1.FileData file_data = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasFunctionCall()
Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values.
.google.cloud.aiplatform.v1beta1.FunctionCall function_call = 5 [(.google.api.field_behavior) = OPTIONAL];
FunctionCall getFunctionCall()
Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values.
.google.cloud.aiplatform.v1beta1.FunctionCall function_call = 5 [(.google.api.field_behavior) = OPTIONAL];
FunctionCallOrBuilder getFunctionCallOrBuilder()
Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values.
.google.cloud.aiplatform.v1beta1.FunctionCall function_call = 5 [(.google.api.field_behavior) = OPTIONAL];
boolean hasFunctionResponse()
Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model.
.google.cloud.aiplatform.v1beta1.FunctionResponse function_response = 6 [(.google.api.field_behavior) = OPTIONAL];
FunctionResponse getFunctionResponse()
Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model.
.google.cloud.aiplatform.v1beta1.FunctionResponse function_response = 6 [(.google.api.field_behavior) = OPTIONAL];
FunctionResponseOrBuilder getFunctionResponseOrBuilder()
Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model.
.google.cloud.aiplatform.v1beta1.FunctionResponse function_response = 6 [(.google.api.field_behavior) = OPTIONAL];
boolean hasExecutableCode()
Optional. Code generated by the model that is meant to be executed.
.google.cloud.aiplatform.v1beta1.ExecutableCode executable_code = 8 [(.google.api.field_behavior) = OPTIONAL];
ExecutableCode getExecutableCode()
Optional. Code generated by the model that is meant to be executed.
.google.cloud.aiplatform.v1beta1.ExecutableCode executable_code = 8 [(.google.api.field_behavior) = OPTIONAL];
ExecutableCodeOrBuilder getExecutableCodeOrBuilder()
Optional. Code generated by the model that is meant to be executed.
.google.cloud.aiplatform.v1beta1.ExecutableCode executable_code = 8 [(.google.api.field_behavior) = OPTIONAL];
boolean hasCodeExecutionResult()
Optional. Result of executing the [ExecutableCode].
.google.cloud.aiplatform.v1beta1.CodeExecutionResult code_execution_result = 9 [(.google.api.field_behavior) = OPTIONAL];
CodeExecutionResult getCodeExecutionResult()
Optional. Result of executing the [ExecutableCode].
.google.cloud.aiplatform.v1beta1.CodeExecutionResult code_execution_result = 9 [(.google.api.field_behavior) = OPTIONAL];
CodeExecutionResultOrBuilder getCodeExecutionResultOrBuilder()
Optional. Result of executing the [ExecutableCode].
.google.cloud.aiplatform.v1beta1.CodeExecutionResult code_execution_result = 9 [(.google.api.field_behavior) = OPTIONAL];
boolean hasVideoMetadata()
Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data.
.google.cloud.aiplatform.v1beta1.VideoMetadata video_metadata = 4 [(.google.api.field_behavior) = OPTIONAL];
VideoMetadata getVideoMetadata()
Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data.
.google.cloud.aiplatform.v1beta1.VideoMetadata video_metadata = 4 [(.google.api.field_behavior) = OPTIONAL];
VideoMetadataOrBuilder getVideoMetadataOrBuilder()
Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data.
.google.cloud.aiplatform.v1beta1.VideoMetadata video_metadata = 4 [(.google.api.field_behavior) = OPTIONAL];
Part.DataCase getDataCase()
Part.MetadataCase getMetadataCase()
Copyright © 2024 Google LLC. All rights reserved.