Show / Hide Table of Contents

Class JobExtractSourceModelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobExtractSourceModelArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobExtractSourceModelArgs : ResourceArgs

Constructors

View Source

JobExtractSourceModelArgs()

Declaration
public JobExtractSourceModelArgs()

Properties

View Source

DatasetId

The ID of the dataset containing this model.

Declaration
public Input<string> DatasetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ModelId

The ID of the model.

Declaration
public Input<string> ModelId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectId

The ID of the project containing this model.

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.