Class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
The Dataform Repository containing the input notebook.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource : IDirectResponseSchema
Properties
CommitSha
The commit SHA to read repository with. If unset, the file will be read at HEAD.
Declaration
[JsonProperty("commitSha")]
public virtual string CommitSha { get; set; }
Property Value
Type | Description |
---|---|
string |
DataformRepositoryResourceName
The resource name of the Dataform Repository. Format:
projects/{project_id}/locations/{location}/repositories/{repository_id}
Declaration
[JsonProperty("dataformRepositoryResourceName")]
public virtual string DataformRepositoryResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |