public sealed class NotebookExecutionJob.Types.DataformRepositorySource : IMessage<NotebookExecutionJob.Types.DataformRepositorySource>, IEquatable<NotebookExecutionJob.Types.DataformRepositorySource>, IDeepCloneable<NotebookExecutionJob.Types.DataformRepositorySource>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NotebookExecutionJob.Types.DataformRepositorySource.
The Dataform Repository containing the input notebook.
Implements
IMessageNotebookExecutionJobTypesDataformRepositorySource, IEquatableNotebookExecutionJobTypesDataformRepositorySource, IDeepCloneableNotebookExecutionJobTypesDataformRepositorySource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|