Cloud AI Platform v1 API - Class GcsDestination (2.27.0)

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

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

The Google Cloud Storage location where the output is to be written to.

Inheritance

object > GcsDestination

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(GcsDestination)

public GcsDestination(GcsDestination other)
Parameter
NameDescription
otherGcsDestination

Properties

OutputUriPrefix

public string OutputUriPrefix { get; set; }

Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.

Property Value
TypeDescription
string