public final class TuneQaScorecardRevisionMetadata extends com.google.protobuf.GeneratedMessageV3 implements TuneQaScorecardRevisionMetadataOrBuilder
Metadata for TuneQaScorecardRevision endpoint.Protobuf type
google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
TuneQaScorecardRevisionMetadata.Builder
Metadata for TuneQaScorecardRevision endpoint.
|
static class |
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics
Contains performance metrics for each QaQuestion in the
TuneScorecardRevision request.
|
static interface |
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetricsOrBuilder |
static class |
TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult
Contains validation results for a question in the tuning request.
|
static interface |
TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResultOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
QA_QUESTION_DATASET_TUNING_METRICS_FIELD_NUMBER |
static int |
QA_QUESTION_DATASET_VALIDATION_RESULTS_FIELD_NUMBER |
static int |
REQUEST_FIELD_NUMBER |
static int |
TUNING_COMPLETION_RATIO_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CREATE_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
public static final int QA_QUESTION_DATASET_VALIDATION_RESULTS_FIELD_NUMBER
public static final int QA_QUESTION_DATASET_TUNING_METRICS_FIELD_NUMBER
public static final int TUNING_COMPLETION_RATIO_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface TuneQaScorecardRevisionMetadataOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface TuneQaScorecardRevisionMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface TuneQaScorecardRevisionMetadataOrBuilderpublic boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface TuneQaScorecardRevisionMetadataOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface TuneQaScorecardRevisionMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface TuneQaScorecardRevisionMetadataOrBuilderpublic boolean hasRequest()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasRequest in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionRequest getRequest()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getRequest in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionRequestOrBuilder getRequestOrBuilder()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getRequestOrBuilder in interface TuneQaScorecardRevisionMetadataOrBuilderpublic List<TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult> getQaQuestionDatasetValidationResultsList()
Output only. The results of data validation per question in the request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult qa_question_dataset_validation_results = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetValidationResultsList in interface TuneQaScorecardRevisionMetadataOrBuilderpublic List<? extends TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResultOrBuilder> getQaQuestionDatasetValidationResultsOrBuilderList()
Output only. The results of data validation per question in the request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult qa_question_dataset_validation_results = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetValidationResultsOrBuilderList in interface TuneQaScorecardRevisionMetadataOrBuilderpublic int getQaQuestionDatasetValidationResultsCount()
Output only. The results of data validation per question in the request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult qa_question_dataset_validation_results = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetValidationResultsCount in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult getQaQuestionDatasetValidationResults(int index)
Output only. The results of data validation per question in the request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult qa_question_dataset_validation_results = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetValidationResults in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResultOrBuilder getQaQuestionDatasetValidationResultsOrBuilder(int index)
Output only. The results of data validation per question in the request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetValidationResult qa_question_dataset_validation_results = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetValidationResultsOrBuilder in interface TuneQaScorecardRevisionMetadataOrBuilderpublic List<TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics> getQaQuestionDatasetTuningMetricsList()
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics qa_question_dataset_tuning_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetTuningMetricsList in interface TuneQaScorecardRevisionMetadataOrBuilderpublic List<? extends TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetricsOrBuilder> getQaQuestionDatasetTuningMetricsOrBuilderList()
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics qa_question_dataset_tuning_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetTuningMetricsOrBuilderList in interface TuneQaScorecardRevisionMetadataOrBuilderpublic int getQaQuestionDatasetTuningMetricsCount()
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics qa_question_dataset_tuning_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetTuningMetricsCount in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics getQaQuestionDatasetTuningMetrics(int index)
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics qa_question_dataset_tuning_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetTuningMetrics in interface TuneQaScorecardRevisionMetadataOrBuilderpublic TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetricsOrBuilder getQaQuestionDatasetTuningMetricsOrBuilder(int index)
Output only. The metrics for each QaQuestion in the TuneScorecardRevision request.
repeated .google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics qa_question_dataset_tuning_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getQaQuestionDatasetTuningMetricsOrBuilder in interface TuneQaScorecardRevisionMetadataOrBuilderpublic double getTuningCompletionRatio()
Output only. The percentage of the tuning job that has completed. Always between 0 and 1 where 0 indicates the job has not started i.e. 0% and 1 indicates the job has completed i.e. 100%.
double tuning_completion_ratio = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];getTuningCompletionRatio in interface TuneQaScorecardRevisionMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TuneQaScorecardRevisionMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TuneQaScorecardRevisionMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TuneQaScorecardRevisionMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TuneQaScorecardRevisionMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TuneQaScorecardRevisionMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TuneQaScorecardRevisionMetadata.Builder newBuilder()
public static TuneQaScorecardRevisionMetadata.Builder newBuilder(TuneQaScorecardRevisionMetadata prototype)
public TuneQaScorecardRevisionMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TuneQaScorecardRevisionMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TuneQaScorecardRevisionMetadata getDefaultInstance()
public static com.google.protobuf.Parser<TuneQaScorecardRevisionMetadata> parser()
public com.google.protobuf.Parser<TuneQaScorecardRevisionMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TuneQaScorecardRevisionMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.