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

public sealed class NotebookExecutionJob.Types.DataformRepositorySource : IMessage<NotebookExecutionJob.Types.DataformRepositorySource>, IEquatable<NotebookExecutionJob.Types.DataformRepositorySource>, IDeepCloneable<NotebookExecutionJob.Types.DataformRepositorySource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NotebookExecutionJob.Types.DataformRepositorySource.

The Dataform Repository containing the input notebook.

Inheritance

object > NotebookExecutionJob.Types.DataformRepositorySource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DataformRepositorySource()

public DataformRepositorySource()

DataformRepositorySource(DataformRepositorySource)

public DataformRepositorySource(NotebookExecutionJob.Types.DataformRepositorySource other)
Parameter
Name Description
other NotebookExecutionJobTypesDataformRepositorySource

Properties

CommitSha

public string CommitSha { get; set; }

The commit SHA to read repository with. If unset, the file will be read at HEAD.

Property Value
Type Description
string

DataformRepositoryResourceName

public string DataformRepositoryResourceName { get; set; }

The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}

Property Value
Type Description
string