Interface MlEngineModelConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
MlEngineModelConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.909Z") @Stability(Stable) public interface MlEngineModelConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMlEngineModelConfig.BuilderA builder forMlEngineModelConfigstatic classMlEngineModelConfig.Jsii$ProxyAn implementation forMlEngineModelConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MlEngineModelConfig.Builderbuilder()default MlEngineModelDefaultVersiongetDefaultVersion()default_version block.default StringgetDescription()The description specified for the model when it was created.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#id MlEngineModel#id}.default Map<String,String>getLabels()One or more labels that you can add, to organize your models.StringgetName()The name specified for the model.default ObjectgetOnlinePredictionConsoleLogging()If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging.default ObjectgetOnlinePredictionLogging()If true, online prediction access logs are sent to StackDriver Logging.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#project MlEngineModel#project}.default List<String>getRegions()The list of regions where the model is going to be deployed.default MlEngineModelTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name specified for the model.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#name MlEngineModel#name}
-
getDefaultVersion
@Stability(Stable) @Nullable default MlEngineModelDefaultVersion getDefaultVersion()
default_version block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#default_version MlEngineModel#default_version}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
The description specified for the model when it was created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#description MlEngineModel#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#id MlEngineModel#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
One or more labels that you can add, to organize your models.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#labels MlEngineModel#labels}
-
getOnlinePredictionConsoleLogging
@Stability(Stable) @Nullable default Object getOnlinePredictionConsoleLogging()
If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#online_prediction_console_logging MlEngineModel#online_prediction_console_logging}
-
getOnlinePredictionLogging
@Stability(Stable) @Nullable default Object getOnlinePredictionLogging()
If true, online prediction access logs are sent to StackDriver Logging.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#online_prediction_logging MlEngineModel#online_prediction_logging}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#project MlEngineModel#project}.
-
getRegions
@Stability(Stable) @Nullable default List<String> getRegions()
The list of regions where the model is going to be deployed. Currently only one region per model is supported.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#regions MlEngineModel#regions}
-
getTimeouts
@Stability(Stable) @Nullable default MlEngineModelTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#timeouts MlEngineModel#timeouts}
-
builder
@Stability(Stable) static MlEngineModelConfig.Builder builder()
- Returns:
- a
MlEngineModelConfig.BuilderofMlEngineModelConfig
-
-