public interface ImportRagFilesOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata |
getGenericMetadata()
The operation generic information.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The operation generic information.
|
ImportRagFilesConfig |
getImportRagFilesConfig()
Output only.
|
ImportRagFilesConfigOrBuilder |
getImportRagFilesConfigOrBuilder()
Output only.
|
int |
getProgressPercentage()
The progress percentage of the operation.
|
long |
getRagCorpusId()
The resource ID of RagCorpus that this operation is executed on.
|
boolean |
hasGenericMetadata()
The operation generic information.
|
boolean |
hasImportRagFilesConfig()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;long getRagCorpusId()
The resource ID of RagCorpus that this operation is executed on.
int64 rag_corpus_id = 2;boolean hasImportRagFilesConfig()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ImportRagFilesConfig getImportRagFilesConfig()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ImportRagFilesConfigOrBuilder getImportRagFilesConfigOrBuilder()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getProgressPercentage()
The progress percentage of the operation. Value is in the range [0, 100].
This percentage is calculated as follows:
progress_percentage = 100 * (successes + failures + skips) / total
int32 progress_percentage = 4;Copyright © 2025 Google LLC. All rights reserved.