Cloud AI Platform v1 API - Class StringArray (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class StringArray.

A list of string values.

Inheritance

object > StringArray

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StringArray()

public StringArray()

StringArray(StringArray)

public StringArray(StringArray other)
Parameter
NameDescription
otherStringArray

Properties

Values

public RepeatedField<string> Values { get; }

A list of string values.

Property Value
TypeDescription
RepeatedFieldstring