Class CreateConversationModelOperationMetadata (2.30.0)

CreateConversationModelOperationMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Metadata for a ConversationModels.CreateConversationModel operation.

Attributes

NameDescription
conversation_model str
The resource name of the conversation model. Format: projects/
state google.cloud.dialogflow_v2.types.CreateConversationModelOperationMetadata.State
State of CreateConversationModel operation.
create_time google.protobuf.timestamp_pb2.Timestamp
Timestamp when the request to create conversation model is submitted. The time is measured on server side.

Classes

State

State(value)

State of CreateConversationModel operation.

Values: STATE_UNSPECIFIED (0): Invalid. PENDING (1): Request is submitted, but training has not started yet. The model may remain in this state until there is enough capacity to start training. SUCCEEDED (2): The training has succeeded. FAILED (3): The training has succeeded. CANCELLED (4): The training has been cancelled. CANCELLING (5): The training is in cancelling state. TRAINING (6): Custom model is training.