ml

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EngineModel

type EngineModel struct {
	// contains filtered or unexported fields
}

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/ml_engine_model.html.markdown.

func GetEngineModel

func GetEngineModel(ctx *pulumi.Context,
	name string, id pulumi.ID, state *EngineModelState, opts ...pulumi.ResourceOpt) (*EngineModel, error)

GetEngineModel gets an existing EngineModel resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewEngineModel

func NewEngineModel(ctx *pulumi.Context,
	name string, args *EngineModelArgs, opts ...pulumi.ResourceOpt) (*EngineModel, error)

NewEngineModel registers a new resource with the given unique name, arguments, and options.

func (*EngineModel) DefaultVersion

func (r *EngineModel) DefaultVersion() pulumi.Output

The default version of the model. This version will be used to handle prediction requests that do not specify a version.

func (*EngineModel) Description

func (r *EngineModel) Description() pulumi.StringOutput

The description specified for the model when it was created.

func (*EngineModel) ID

func (r *EngineModel) ID() pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*EngineModel) Labels

func (r *EngineModel) Labels() pulumi.MapOutput

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

func (*EngineModel) Name

func (r *EngineModel) Name() pulumi.StringOutput

The name specified for the model.

func (*EngineModel) OnlinePredictionConsoleLogging

func (r *EngineModel) OnlinePredictionConsoleLogging() pulumi.BoolOutput

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

func (*EngineModel) OnlinePredictionLogging

func (r *EngineModel) OnlinePredictionLogging() pulumi.BoolOutput

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

func (*EngineModel) Project

func (r *EngineModel) Project() pulumi.StringOutput

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

func (*EngineModel) Regions

func (r *EngineModel) Regions() pulumi.StringOutput

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

func (*EngineModel) URN

func (r *EngineModel) URN() pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type EngineModelArgs

type EngineModelArgs struct {
	// The default version of the model. This version will be used to handle prediction requests that do not specify a
	// version.
	DefaultVersion interface{}
	// The description specified for the model when it was created.
	Description interface{}
	// One or more labels that you can add, to organize your models.
	Labels interface{}
	// The name specified for the model.
	Name interface{}
	// If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging
	OnlinePredictionConsoleLogging interface{}
	// If true, online prediction access logs are sent to StackDriver Logging.
	OnlinePredictionLogging interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project interface{}
	// The list of regions where the model is going to be deployed. Currently only one region per model is supported
	Regions interface{}
}

The set of arguments for constructing a EngineModel resource.

type EngineModelState

type EngineModelState struct {
	// The default version of the model. This version will be used to handle prediction requests that do not specify a
	// version.
	DefaultVersion interface{}
	// The description specified for the model when it was created.
	Description interface{}
	// One or more labels that you can add, to organize your models.
	Labels interface{}
	// The name specified for the model.
	Name interface{}
	// If true, online prediction nodes send stderr and stdout streams to Stackdriver Logging
	OnlinePredictionConsoleLogging interface{}
	// If true, online prediction access logs are sent to StackDriver Logging.
	OnlinePredictionLogging interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project interface{}
	// The list of regions where the model is going to be deployed. Currently only one region per model is supported
	Regions interface{}
}

Input properties used for looking up and filtering EngineModel resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL