CreateConversationModelEvaluationOperationMetadata(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Metadata for a ConversationModels.CreateConversationModelEvaluation operation.
Attributes | |
---|---|
Name | Description |
conversation_model_evaluation |
str
The resource name of the conversation model. Format: projects/
|
conversation_model |
str
The resource name of the conversation model. Format: projects/
|
state |
google.cloud.dialogflow_v2.types.CreateConversationModelEvaluationOperationMetadata.State
State of CreateConversationModel operation. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp when the request to create conversation model was submitted. The time is measured on server side. |
Classes
State
State(value)
State of CreateConversationModel operation.
Values: STATE_UNSPECIFIED (0): Operation status not specified. INITIALIZING (1): The operation is being prepared. RUNNING (2): The operation is running. CANCELLED (3): The operation is cancelled. SUCCEEDED (4): The operation has succeeded. FAILED (5): The operation has failed.