Interface BigqueryJobExtractSourceModel
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryJobExtractSourceModel.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.697Z") @Stability(Stable) public interface BigqueryJobExtractSourceModel extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryJobExtractSourceModel.BuilderA builder forBigqueryJobExtractSourceModelstatic classBigqueryJobExtractSourceModel.Jsii$ProxyAn implementation forBigqueryJobExtractSourceModel
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryJobExtractSourceModel.Builderbuilder()StringgetDatasetId()The ID of the dataset containing this model.StringgetModelId()The ID of the model.StringgetProjectId()The ID of the project containing this model.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @NotNull String getDatasetId()
The ID of the dataset containing this model.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#dataset_id BigqueryJob#dataset_id}
-
getModelId
@Stability(Stable) @NotNull String getModelId()
The ID of the model.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#model_id BigqueryJob#model_id}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The ID of the project containing this model.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project_id BigqueryJob#project_id}
-
builder
@Stability(Stable) static BigqueryJobExtractSourceModel.Builder builder()
-
-