Vertex AI v1beta1 API - Class CreateSessionOperationMetadata (1.0.0-beta24)

public sealed class CreateSessionOperationMetadata : IMessage<CreateSessionOperationMetadata>, IEquatable<CreateSessionOperationMetadata>, IDeepCloneable<CreateSessionOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class CreateSessionOperationMetadata.

Metadata associated with the [SessionService.CreateSession][google.cloud.aiplatform.v1beta1.SessionService.CreateSession] operation.

Inheritance

object > CreateSessionOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CreateSessionOperationMetadata()

public CreateSessionOperationMetadata()

CreateSessionOperationMetadata(CreateSessionOperationMetadata)

public CreateSessionOperationMetadata(CreateSessionOperationMetadata other)
Parameter
Name Description
other CreateSessionOperationMetadata

Properties

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

The common part of the operation metadata.

Property Value
Type Description
GenericOperationMetadata