Class EngineModelArgs


  • public final class EngineModelArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • defaultVersion

        public java.util.Optional<com.pulumi.core.Output<EngineModelDefaultVersionArgs>> defaultVersion()
        Returns:
        The default version of the model. This version will be used to handle prediction requests that do not specify a version. Structure is documented below.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The description specified for the model when it was created.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        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.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name specified for the model. ***
      • onlinePredictionConsoleLogging

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> onlinePredictionConsoleLogging()
        Returns:
        If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging
      • onlinePredictionLogging

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> onlinePredictionLogging()
        Returns:
        If true, online prediction access logs are sent to StackDriver Logging.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • regions

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regions()
        Returns:
        The list of regions where the model is going to be deployed. Currently only one region per model is supported