Cloud AI Platform v1beta1 API - Class CreateFeatureMonitorRequest (1.0.0-beta10)

public sealed class CreateFeatureMonitorRequest : IMessage<CreateFeatureMonitorRequest>, IEquatable<CreateFeatureMonitorRequest>, IDeepCloneable<CreateFeatureMonitorRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateFeatureMonitorRequest.

Request message for [FeatureRegistryService.CreateFeatureMonitorRequest][].

Inheritance

object > CreateFeatureMonitorRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CreateFeatureMonitorRequest()

public CreateFeatureMonitorRequest()

CreateFeatureMonitorRequest(CreateFeatureMonitorRequest)

public CreateFeatureMonitorRequest(CreateFeatureMonitorRequest other)
Parameter
Name Description
other CreateFeatureMonitorRequest

Properties

FeatureMonitor

public FeatureMonitor FeatureMonitor { get; set; }

Required. The Monitor to create.

Property Value
Type Description
FeatureMonitor

FeatureMonitorId

public string FeatureMonitorId { get; set; }

Required. The ID to use for this FeatureMonitor, which will become the final component of the FeatureGroup's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within the FeatureGroup.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of FeatureGroup to create FeatureMonitor. Format: projects/{project}/locations/{location}/featureGroups/{featuregroup}

Property Value
Type Description
string

ParentAsFeatureGroupName

public FeatureGroupName ParentAsFeatureGroupName { get; set; }

FeatureGroupName-typed view over the Parent resource name property.

Property Value
Type Description
FeatureGroupName