Show / Hide Table of Contents

Class EngineModelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EngineModelArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.ML
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EngineModelArgs : ResourceArgs

Constructors

View Source

EngineModelArgs()

Declaration
public EngineModelArgs()

Properties

View Source

DefaultVersion

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.

Declaration
public Input<EngineModelDefaultVersionArgs> DefaultVersion { get; set; }
Property Value
Type Description
Input<EngineModelDefaultVersionArgs>
View Source

Description

The description specified for the model when it was created.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

One or more labels that you can add, to organize your models.

Declaration
public InputMap<string> Labels { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Name

The name specified for the version when it was created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OnlinePredictionConsoleLogging

If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging

Declaration
public Input<bool> OnlinePredictionConsoleLogging { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

OnlinePredictionLogging

If true, online prediction access logs are sent to StackDriver Logging.

Declaration
public Input<bool> OnlinePredictionLogging { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Regions

The list of regions where the model is going to be deployed. Currently only one region per model is supported

Declaration
public Input<string> Regions { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.