CreateModelMonitoringJobRequest class final
Request message for
ModelMonitoringService.CreateModelMonitoringJob.
- Inheritance
-
- Object
- ProtoMessage
- CreateModelMonitoringJobRequest
Constructors
- CreateModelMonitoringJobRequest({required String parent, required ModelMonitoringJob? modelMonitoringJob, String modelMonitoringJobId = ''})
- CreateModelMonitoringJobRequest.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelMonitoringJob → ModelMonitoringJob?
-
Required. The ModelMonitoringJob to create
final
- modelMonitoringJobId → String
-
Optional. The ID to use for the Model Monitoring Job, which will become the
final component of the model monitoring job resource name.
final
- parent → String
-
Required. The parent of the ModelMonitoringJob.
Format:
projects/{project}/locations/{location}/modelMoniitors/{model_monitor}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String