Cloud AI Platform v1 API - Class NotebookExecutionJob.Types.GcsNotebookSource (3.5.0)

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 v1 API class NotebookExecutionJob.Types.GcsNotebookSource.

The Cloud Storage uri for the input notebook.

Inheritance

object > NotebookExecutionJob.Types.GcsNotebookSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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