public sealed class NotebookExecutionJob.Types.GcsNotebookSource : IMessage<NotebookExecutionJob.Types.GcsNotebookSource>, IEquatable<NotebookExecutionJob.Types.GcsNotebookSource>, IDeepCloneable<NotebookExecutionJob.Types.GcsNotebookSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NotebookExecutionJob.Types.GcsNotebookSource.
The Cloud Storage uri for the input notebook.
Implements
IMessageNotebookExecutionJobTypesGcsNotebookSource, IEquatableNotebookExecutionJobTypesGcsNotebookSource, IDeepCloneableNotebookExecutionJobTypesGcsNotebookSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GcsNotebookSource()
public GcsNotebookSource()
GcsNotebookSource(GcsNotebookSource)
public GcsNotebookSource(NotebookExecutionJob.Types.GcsNotebookSource other)
Parameter | |
---|---|
Name | Description |
other |
NotebookExecutionJobTypesGcsNotebookSource |
Properties
Generation
public string Generation { get; set; }
The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
The Cloud Storage uri pointing to the ipynb file. Format:
gs://bucket/notebook_file.ipynb
Property Value | |
---|---|
Type | Description |
string |