Class EngineModelState
Inherited Members
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 EngineModelState : ResourceArgs
Constructors
View SourceEngineModelState()
Declaration
public EngineModelState()
Properties
View SourceDefaultVersion
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<EngineModelDefaultVersionGetArgs> DefaultVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EngineModelDefaultVersionGetArgs> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |