Documentation
¶
Index ¶
- type EngineModel
- func (r *EngineModel) DefaultVersion() *pulumi.Output
- func (r *EngineModel) Description() *pulumi.StringOutput
- func (r *EngineModel) ID() *pulumi.IDOutput
- func (r *EngineModel) Labels() *pulumi.MapOutput
- func (r *EngineModel) Name() *pulumi.StringOutput
- func (r *EngineModel) OnlinePredictionConsoleLogging() *pulumi.BoolOutput
- func (r *EngineModel) OnlinePredictionLogging() *pulumi.BoolOutput
- func (r *EngineModel) Project() *pulumi.StringOutput
- func (r *EngineModel) Regions() *pulumi.StringOutput
- func (r *EngineModel) URN() *pulumi.URNOutput
- type EngineModelArgs
- type EngineModelState
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
func (*EngineModel) Description ¶
func (r *EngineModel) Description() *pulumi.StringOutput
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
func (*EngineModel) Name ¶
func (r *EngineModel) Name() *pulumi.StringOutput
func (*EngineModel) OnlinePredictionConsoleLogging ¶
func (r *EngineModel) OnlinePredictionConsoleLogging() *pulumi.BoolOutput
func (*EngineModel) OnlinePredictionLogging ¶
func (r *EngineModel) OnlinePredictionLogging() *pulumi.BoolOutput
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
func (*EngineModel) URN ¶
func (r *EngineModel) URN() *pulumi.URNOutput
URN is this resource's unique name assigned by Pulumi.
type EngineModelArgs ¶
type EngineModelArgs struct { DefaultVersion interface{} Description interface{} Labels interface{} Name interface{} OnlinePredictionConsoleLogging interface{} OnlinePredictionLogging interface{} // The ID of the project in which the resource belongs. // If it is not provided, the provider project is used. Project interface{} Regions interface{} }
The set of arguments for constructing a EngineModel resource.
type EngineModelState ¶
type EngineModelState struct { DefaultVersion interface{} Description interface{} Labels interface{} Name interface{} OnlinePredictionConsoleLogging interface{} OnlinePredictionLogging interface{} // The ID of the project in which the resource belongs. // If it is not provided, the provider project is used. Project interface{} Regions interface{} }
Input properties used for looking up and filtering EngineModel resources.