toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final analysisInstanceSchemaUri = this.analysisInstanceSchemaUri;
final bigqueryTables = this.bigqueryTables;
final createTime = this.createTime;
final displayName = this.displayName;
final enableMonitoringPipelineLogs = this.enableMonitoringPipelineLogs;
final encryptionSpec = this.encryptionSpec;
final endpoint = this.endpoint;
final error = this.error;
final labels = this.labels;
final latestMonitoringPipelineMetadata =
this.latestMonitoringPipelineMetadata;
final logTtl = this.logTtl;
final loggingSamplingStrategy = this.loggingSamplingStrategy;
final modelDeploymentMonitoringObjectiveConfigs =
this.modelDeploymentMonitoringObjectiveConfigs;
final modelDeploymentMonitoringScheduleConfig =
this.modelDeploymentMonitoringScheduleConfig;
final modelMonitoringAlertConfig = this.modelMonitoringAlertConfig;
final name = this.name;
final nextScheduleTime = this.nextScheduleTime;
final predictInstanceSchemaUri = this.predictInstanceSchemaUri;
final samplePredictInstance = this.samplePredictInstance;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final scheduleState = this.scheduleState;
final state = this.state;
final statsAnomaliesBaseDirectory = this.statsAnomaliesBaseDirectory;
final updateTime = this.updateTime;
return {
'analysisInstanceSchemaUri': ?analysisInstanceSchemaUri,
'bigqueryTables': ?bigqueryTables,
'createTime': ?createTime,
'displayName': ?displayName,
'enableMonitoringPipelineLogs': ?enableMonitoringPipelineLogs,
'encryptionSpec': ?encryptionSpec,
'endpoint': ?endpoint,
'error': ?error,
'labels': ?labels,
'latestMonitoringPipelineMetadata': ?latestMonitoringPipelineMetadata,
'logTtl': ?logTtl,
'loggingSamplingStrategy': ?loggingSamplingStrategy,
'modelDeploymentMonitoringObjectiveConfigs':
?modelDeploymentMonitoringObjectiveConfigs,
'modelDeploymentMonitoringScheduleConfig':
?modelDeploymentMonitoringScheduleConfig,
'modelMonitoringAlertConfig': ?modelMonitoringAlertConfig,
'name': ?name,
'nextScheduleTime': ?nextScheduleTime,
'predictInstanceSchemaUri': ?predictInstanceSchemaUri,
'samplePredictInstance': ?samplePredictInstance,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'scheduleState': ?scheduleState,
'state': ?state,
'statsAnomaliesBaseDirectory': ?statsAnomaliesBaseDirectory,
'updateTime': ?updateTime,
};
}