Class EngineModelState


  • public final class EngineModelState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EngineModelState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • 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.
      • effectiveLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> effectiveLabels()
        Returns:
        All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
      • 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.
      • pulumiLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> pulumiLabels()
        Returns:
        The combination of labels configured directly on the resource and default labels configured on the provider.
      • 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