public sealed class DeployIssueModelMetadata : IMessage<DeployIssueModelMetadata>, IEquatable<DeployIssueModelMetadata>, IDeepCloneable<DeployIssueModelMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class DeployIssueModelMetadata.
Metadata for deploying an issue model.
Implements
IMessage<DeployIssueModelMetadata>, IEquatable<DeployIssueModelMetadata>, IDeepCloneable<DeployIssueModelMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DeployIssueModelMetadata()
public DeployIssueModelMetadata()DeployIssueModelMetadata(DeployIssueModelMetadata)
public DeployIssueModelMetadata(DeployIssueModelMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployIssueModelMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time the operation finished running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Request
public DeployIssueModelRequest Request { get; set; }The original request for deployment.
| Property Value | |
|---|---|
| Type | Description |
DeployIssueModelRequest |
|