public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GcsDestination.
The Google Cloud Storage location where the output is to be written to.
Implements
IMessageGcsDestination, IEquatableGcsDestination, IDeepCloneableGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)
Parameter | |
---|---|
Name | Description |
other | GcsDestination |
Properties
OutputUriPrefix
public string OutputUriPrefix { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |