Class MlEngineModelConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.ml_engine_model.MlEngineModelConfig.Jsii$Proxy
-
- All Implemented Interfaces:
MlEngineModelConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MlEngineModelConfig
@Stability(Stable) @Internal public static final class MlEngineModelConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MlEngineModelConfig
An implementation forMlEngineModelConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.ml_engine_model.MlEngineModelConfig
MlEngineModelConfig.Builder, MlEngineModelConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MlEngineModelConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theMlEngineModelConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()MlEngineModelDefaultVersiongetDefaultVersion()default_version block.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()The description specified for the model when it was created.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#id MlEngineModel#id}.Map<String,String>getLabels()One or more labels that you can add, to organize your models.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The name specified for the model.ObjectgetOnlinePredictionConsoleLogging()If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging.ObjectgetOnlinePredictionLogging()If true, online prediction access logs are sent to StackDriver Logging.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#project MlEngineModel#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getRegions()The list of regions where the model is going to be deployed.MlEngineModelTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MlEngineModelConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theMlEngineModelConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:MlEngineModelConfigThe 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}
- Specified by:
getNamein interfaceMlEngineModelConfig
-
getDefaultVersion
public final MlEngineModelDefaultVersion getDefaultVersion()
Description copied from interface:MlEngineModelConfigdefault_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}
- Specified by:
getDefaultVersionin interfaceMlEngineModelConfig
-
getDescription
public final String getDescription()
Description copied from interface:MlEngineModelConfigThe 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}
- Specified by:
getDescriptionin interfaceMlEngineModelConfig
-
getId
public final String getId()
Description copied from interface:MlEngineModelConfigDocs 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.
- Specified by:
getIdin interfaceMlEngineModelConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:MlEngineModelConfigOne 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}
- Specified by:
getLabelsin interfaceMlEngineModelConfig
-
getOnlinePredictionConsoleLogging
public final Object getOnlinePredictionConsoleLogging()
Description copied from interface:MlEngineModelConfigIf 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}
- Specified by:
getOnlinePredictionConsoleLoggingin interfaceMlEngineModelConfig
-
getOnlinePredictionLogging
public final Object getOnlinePredictionLogging()
Description copied from interface:MlEngineModelConfigIf 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}
- Specified by:
getOnlinePredictionLoggingin interfaceMlEngineModelConfig
-
getProject
public final String getProject()
Description copied from interface:MlEngineModelConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#project MlEngineModel#project}.- Specified by:
getProjectin interfaceMlEngineModelConfig
-
getRegions
public final List<String> getRegions()
Description copied from interface:MlEngineModelConfigThe 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}
- Specified by:
getRegionsin interfaceMlEngineModelConfig
-
getTimeouts
public final MlEngineModelTimeouts getTimeouts()
Description copied from interface:MlEngineModelConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#timeouts MlEngineModel#timeouts}
- Specified by:
getTimeoutsin interfaceMlEngineModelConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-