Class GcsDestination
The Google Cloud Storage location where the output is to be written to.
Inheritance
System.Object
GcsDestination
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Constructors
GcsDestination()
Declaration
public GcsDestination()
GcsDestination(GcsDestination)
Declaration
public GcsDestination(GcsDestination other)
Parameters
Type | Name | Description |
---|---|---|
GcsDestination | other |
Properties
OutputUriPrefix
Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms:
- Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.
Declaration
public string OutputUriPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |