public sealed class CreateModelMonitorRequest : IMessage<CreateModelMonitorRequest>, IEquatable<CreateModelMonitorRequest>, IDeepCloneable<CreateModelMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateModelMonitorRequest.
Request message for [ModelMonitoringService.CreateModelMonitor][google.cloud.aiplatform.v1beta1.ModelMonitoringService.CreateModelMonitor].
Implements
IMessageCreateModelMonitorRequest, IEquatableCreateModelMonitorRequest, IDeepCloneableCreateModelMonitorRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateModelMonitorRequest()
public CreateModelMonitorRequest()
CreateModelMonitorRequest(CreateModelMonitorRequest)
public CreateModelMonitorRequest(CreateModelMonitorRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateModelMonitorRequest |
Properties
ModelMonitor
public ModelMonitor ModelMonitor { get; set; }
Required. The ModelMonitor to create.
Property Value | |
---|---|
Type | Description |
ModelMonitor |
ModelMonitorId
public string ModelMonitorId { get; set; }
Optional. The ID to use for the Model Monitor, which will become the final component of the model monitor resource name.
The maximum length is 63 characters, and valid characters are
/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/
.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create the ModelMonitor in.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |