Class MlEngineModelConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getName in interface MlEngineModelConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getDescription in interface MlEngineModelConfig
      • getId

        public final String getId()
        Description copied from interface: MlEngineModelConfig
        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.

        Specified by:
        getId in interface MlEngineModelConfig
      • getLabels

        public final Map<String,​String> getLabels()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getLabels in interface MlEngineModelConfig
      • getOnlinePredictionConsoleLogging

        public final Object getOnlinePredictionConsoleLogging()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getOnlinePredictionConsoleLogging in interface MlEngineModelConfig
      • getOnlinePredictionLogging

        public final Object getOnlinePredictionLogging()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getOnlinePredictionLogging in interface MlEngineModelConfig
      • getProject

        public final String getProject()
        Description copied from interface: MlEngineModelConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#project MlEngineModel#project}.
        Specified by:
        getProject in interface MlEngineModelConfig
      • getRegions

        public final List<String> getRegions()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getRegions in interface MlEngineModelConfig
      • getTimeouts

        public final MlEngineModelTimeouts getTimeouts()
        Description copied from interface: MlEngineModelConfig
        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}

        Specified by:
        getTimeouts in interface MlEngineModelConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object